Looks like virtualenv 1.3 has just come out.

  http://pypi.python.org/pypi/virtualenv

I note though that documentation now no longer mentions using
site.addsitedir() to make use of virtual environment with mod_python
and mod_wsgi. Instead there is some new mechanism which requires doing
an execfile() on some file in the virtual environment.

At the moment haven't looked at what this mechanism does and whether
there will be issues with using it all with mod_wsgi. I am presuming
that site.addsitedir() will work, but not sure. It is possible the
result will be different to this other approach in respect of ordering
of stuff in sys.path.

End result may be that mod_wsgi may have to be modified to cater
specifically for how newer virtualenv does things. I had wanted to
avoid doing that as at the moment there is no specific dependence on
virtualenv, it will just work with any valid site-packages directory.

Graham

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

Reply via email to