954,515 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

problem facing installing pyramid framework

hello,everyone,basically,i am trying to install pyaramid framework,i have windows installed in my system,and i am follwing this link at the time of installing pyramid....

http://docs.pylonsproject.org/projects/pyramid/en/1.0-branch/narr/install.html

1.Installed Python 3.2 in my system and set the path D:\python32 in My Computer->Properties –> Advanced Tab –> Environment Variables and add that directory to the end of the Path environment variable.

2.Install the Python for Windows extension,i.e pywin32-216.1.win32-py3.2.exe

3.download ez_setup.py and run it using the python interpreter of my Python 3.2 installation using a command prompt

but at the time of executing ez_setup.py,i am getting this error:

D:\Python32>d:\Python32\python ez_setup.py
File "ez_setup.py", line 106
except pkg_resources.VersionConflict, e:
^
SyntaxError: invalid syntax

plz help....

subhra1234
Newbie Poster
7 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

The error appears to be on the previous line. First, make sure that this is actually a Python3 package and not a Python2 package. There are many packages that have not been ported to Python3x.

woooee
Nearly a Posting Maven
2,454 posts since Dec 2006
Reputation Points: 777
Solved Threads: 714
 
The error appears to be on the previous line. First, make sure that this is actually a Python3 package and not a Python2 package. There are many packages that have not been ported to Python3x.

it is solved,basically it is right that,"There are many packages that have not been ported to Python3x."
i> i have downloaded python 2.7 and installed it from http://www.python.org/download/
ii>.Install the Python for Windows extension,i.e pywin32-216.1.win32-py2.7.exe from
http://sourceforge.net/projects/pywin32/files/pywin32/Build216/

iii>and install setup_ez.py from http://peak.telecommunity.com/dist/ez_setup.py

and follow the instruction from this link, http://docs.pylonsproject.org/projects/pyramid/en/1.0-branch/narr/install.html and follow the secion,Installing Pyramid on a Windows System

that's it..

subhra1234
Newbie Poster
7 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You