Chris wrote: > Or instead are you referencing...? > > http://code.google.com/p/modwsgi/wiki/VirtualEnvironments
The key point is using virtualenv: http://pypi.python.org/pypi/virtualenv You can use it for setting up a development environment, and you can also use it to separate different versions of a package that cannot be installed at the same time in site-packages. The link you mentioned above seems to cover the use of virtualenv with mod_wsgi. A similar procedure can be used for mod_python, in case you are using that. -- Remy
signature.asc
Description: OpenPGP digital signature
