Comment #3 on issue 211 by khamenya: pinax-boot.py from TRUNK fails under Ubuntu9 (development) http://code.google.com/p/django-hotclub/issues/detail?id=211
$ ln -s ../local/bin/easy_install pinax-env/bin/easy_install helps to fix item 6 above. 8. Now whilst re-running script as PYTHONPATH=/mnt/hdd2/pinooblet/pinax-env/local/lib/python2.6/dist-packages/ python pinax-boot.py pinax-env we get: Installing setuptools..............done. Fetching Pinax from http://svn.pinaxproject.com/pinax/trunk to pinax-env/src/pinax Installing pip zip_safe flag not set; analyzing archive contents... pip: module references __file__ Installing Django 1.0.2 Error [Errno 2] No such file or directory while executing command pinax-env/bin/pip install Django --quiet 9. the above can be similarly fixed like this: $ ln -s ../local/bin/pip pinax-env/bin/pip 10. re-run OK now 11. and now: $ pip install --requirement src/pinax/requirements/external_apps.txt Traceback (most recent call last): File "/mnt/hdd2/pinooblet/pinax-env/bin/pip", line 4, in <module> import pkg_resources ImportError: No module named pkg_resource 12. the following doesn't seem to help: sudo apt-get install python-pkg-resources -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" 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/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
