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....

Recommended Answers

All 2 Replies

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.

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..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.