I tried /usr/local/bin/python2.5 easy_install Pylons as suggested but
I got the following error.
Traceback (most recent call last):
File "easy_install", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
I also tried
/usr/local/bin/python2.5 ez_setup.py Pylons
Downloading
http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c8-py2.5.egg
Traceback (most recent call last):
File "ez_setup.py", line 267, in <module>
main(sys.argv[1:])
File "ez_setup.py", line 200, in main
from setuptools.command.easy_install import main
zipimport.ZipImportError: can't decompress data; zlib not available
....even though zlib is available.
I also tried to follow instructions on the easy_install to get
easy_install-2.5 but they all resulted in an ImportError of some kind.
Is here another way to install pylons besides easy_install???
Thanks,
Lili
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---