Ive created a virtualenv for a django project im working on, but i seem to be facing a strange error with pythonpath. The environment was created with the --no-site-packages option. Ive installed a bunch of applications/libraries using pip install -E VirtualEnvName AppName, but after that, loading the packages gives me an import error. I cant seem to figure out whats wrong. Any help much appreciated.

link|improve this question

Have you activated the virtualenv? – Daniel Roseman Jan 27 '11 at 14:32
Yes I have activated it :D – zsquare Jan 27 '11 at 14:35
Run the environment's python, import sys and look at sys.path. Any clues there? – Vinay Sajip Jan 27 '11 at 17:10
I don't have enough rep to vote-to-close, but this question is stale. – smci Jan 5 at 0:58
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.