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.
| |||
|
feedback
|
python, importsysand look atsys.path. Any clues there? – Vinay Sajip Jan 27 '11 at 17:10