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