Hi,
was trying to install pylons on a linux box running suse, having python 2.5.2. I chose to try and install it "normally", i.e. without a py virtual env. I tred to follow the instructions in the pylonsbook, however, the last command below gives the indicated error: $ wget http://peak.telecommunity.com/dist/ez_setup.py $ python ez_setup.py Setuptools version 0.6c8 or greater has been installed. (Run "ez_setup.py -U setuptools" to reinstall or upgrade.) $ sudo python ez_setup.py -U setuptools Searching for setuptools Reading http://pypi.python.org/simple/setuptools/ Best match: setuptools 0.6c8 Processing setuptools-0.6c8-py2.5.egg setuptools 0.6c8 is already the active version in easy-install.pth Installing easy_install script to /usr/local/bin Installing easy_install-2.5 script to /usr/local/bin Using /usr/local/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg Processing dependencies for setuptools Finished processing dependencies for setuptools $ easy_install PasteDeploy Traceback (most recent call last): File "/usr/local/bin/easy_install", line 5, in ? from pkg_resources import load_entry_point ImportError: No module named pkg_resources First of all, is this the correct install procedure? What is the issue with this missing pgk_resources? Where do I get it from? Thanks! mario --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
