You need to configure mod_wsgi to use the correct PYTHONPATH pointing to
your virtualenv. Either that or run "setup.py develop" on your source to
install it into the virtualenv. That should help with your
DistributionNotFound issues.

Also, while this is for pyramid, the instructions are identical for
deploying a pylons app under mod_wsgi:
http://docs.pylonsproject.org/projects/pyramid/1.0/tutorials/modwsgi/index.html

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to