when i deploy my apps that worked fine using the django test server I usually get errors for every package I installed using pip install -e ....#egg=foo. I usually do this using virtualenv, which placed the files into env/src/foo and places another file into python/site-packages (this is an example of django-css):
django-css.egg-link, which contains the following lines:
/home/pinax-0.7.1/src/django-css
.
how do i tell wsgi that it should follow those links, or am I doing something wrong altogether.
thanks, Philipp Wassibauer