I am trying to maintain an existing Pylon 2.5 Pylons application on OS X Snow Leopard.
I already installed Python 2.5 and installed it as the default Python installation, installed the pasteur and installed the version of Pylons, which is required by applications (0.9.6.1), as well as other eggs ... but when I connect to the main folder and do "paster serve development .ini ". I get the following:
File "/usr/local/bin/paster", line 5, in <module>
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2603, in <module>
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 666, in require
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 565, in resolve
pkg_resources.DistributionNotFound: PasteScript==1.7.3
I definitely did "easy_install PasteScript == 1.7.3" and I still get this error. Is there anything really obvious that I'm missing? Help?
Thanks in advance.
Sarah source
share