Comment #7 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
Also, after step 10 I've got OK and django is indeed in my virtualenv: pinax-env$ find . -name django ./local/lib/python2.6/dist-packages/django However it is somehow "not seen" by python after the virtualenv activation: pinax-env$ python Python 2.6.1+ (r261:67515, Mar 27 2009, 19:05:06) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django.conf Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named django.conf >>> import django Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named django For those who cares, it remains so after *successfull* applying: sudo pip install --requirement src/pinax/requirements/external_apps.txt -- 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 -~----------~----~----~----~------~----~------~--~---
