Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 211 by khamenya: pinax-boot.py from TRUNK fails under Ubuntu9 (development) http://code.google.com/p/django-hotclub/issues/detail?id=211
Steps to reproduce the problem: 1. according to http://pinaxproject.com/docs/trunk/install.html one should issue: python pinax-boot.py pinax-env 2. it fails reporting this: Downloading http://pypi.python.org/packages/2.6/s/setuptools/setuptools- 0.6c9-py2.6.egg error: can't create or remove files in install directory The following error occurred while trying to add or remove files in the installation directory: [Errno 2] No such file or directory: '/mnt/hdd2/pinooblet/pinax- env/local/lib/python2.6/dist-packages/test-easy-install-11706.pth' The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: /mnt/hdd2/pinooblet/pinax-env/local/lib/python2.6/dist-packages/ 3. OK, I create this dir manually: mkdir -p /mnt/hdd2/pinooblet/pinax-env/local/lib/python2.6/dist-packages/ and re-run script. 4. Now it fails like that: Downloading http://pypi.python.org/packages/2.6/s/setuptools/setuptools- 0.6c9-py2.6.egg TEST FAILED: /mnt/hdd2/pinooblet/pinax-env/local/lib/python2.6/dist- packages/ does NOT support .pth files error: bad install directory or PYTHONPATH You are attempting to install a package to a directory that is not on PYTHONPATH and which Python does not read ".pth" files from. The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: /mnt/hdd2/pinooblet/pinax-env/local/lib/python2.6/dist-packages/ and your PYTHONPATH environment variable currently contains: '' 5. OK, I re-run script like this: PYTHONPATH=/mnt/hdd2/pinooblet/pinax-env/local/lib/python2.6/dist-packages/ python pinax-boot.py pinax-env 6. Now it fails like that: Installing setuptools............................done. Fetching Pinax from http://svn.pinaxproject.com/pinax/trunk to pinax- env/src/pinax Installing pip Error [Errno 2] No such file or directory while executing command pinax- env/bin/easy_install --quiet pip 7. Please let me know if you need some additional info. -- 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 -~----------~----~----~----~------~----~------~--~---
