[modwsgi] Independent PYTHONHOME for daemon process in separate process groups?

2012-03-30 Thread Bill, KE1G
Might there already be a way to have per process group PYTHONHOME settings? And/or, please tell me that/why it wouldn't help. My purpose is to have several separate Django instances, each serving in a separate VirtualHost, and each using a separate virtualenv, all be run from a single apache.

Re: [modwsgi] Independent PYTHONHOME for daemon process in separate process groups?

2012-03-30 Thread Graham Dumpleton
On 31 March 2012 05:55, Bill, KE1G ke1g...@gmail.com wrote: Might there already be a way to have per process group PYTHONHOME settings? And/or, please tell me that/why it wouldn't help. My purpose is to have several separate Django instances, each serving in a separate VirtualHost, and each

Re: [modwsgi] Independent PYTHONHOME for daemon process in separate process groups?

2012-03-30 Thread Bill Freeman
On 3/30/12, Graham Dumpleton graham.dumple...@gmail.com wrote: On 31 March 2012 05:55, Bill, KE1G ke1g...@gmail.com wrote: Might there already be a way to have per process group PYTHONHOME settings? And/or, please tell me that/why it wouldn't help. My purpose is to have several separate

Re: [modwsgi] Independent PYTHONHOME for daemon process in separate process groups?

2012-03-30 Thread Graham Dumpleton
As explained in: http://code.google.com/p/modwsgi/wiki/VirtualEnvironments you would create a virgin Python virtual environment, with --no-site-packages if old virtualenv version. You would point WSGIPythonHome at that virgin Python virtual environment. It should be dissociated from