/lib/python in INSTANCE_HOME
Hi, Was I just on something funny or do I remember from somewhere that you can now have the equivalent of a lib/python in your INSTANCE_HOME? If so, how would I got about doing it? cheers, Chris
From: "Chris Withers" <chrisw@nipltd.com>
Was I just on something funny or do I remember from somewhere that you can now have the equivalent of a lib/python in your INSTANCE_HOME?
If so, how would I got about doing it?
By putting a directory called 'lib' in your INSTANCE_HOME, and a directory called 'python' in 'lib' :-) This is in Zope 2.4.x and Zope 2.3.3. I use it to keep ZTUtils, TAL, and pythonpoint out of my SOFTWARE_HOME. Cheers, Evan @ Zope
Evan Simpson wrote:
By putting a directory called 'lib' in your INSTANCE_HOME, and a directory called 'python' in 'lib' :-)
This is in Zope 2.4.x and Zope 2.3.3. I use it to keep ZTUtils, TAL, and pythonpoint out of my SOFTWARE_HOME.
Have you ever managed to get ZEO to work like that? I haven't :-( cheers, Chris
From: "Chris Withers" <chrisw@nipltd.com>
By putting a directory called 'lib' in your INSTANCE_HOME, and a directory called 'python' in 'lib' :-)
This is in Zope 2.4.x and Zope 2.3.3. I use it to keep ZTUtils, TAL, and pythonpoint out of my SOFTWARE_HOME.
Have you ever managed to get ZEO to work like that?
I use ZEO on a site with this setup, yes. Do you mean installing ZEO in the INSTANCE_HOME? I haven't tried that. Cheers, Evan @ Zope
participants (2)
-
Chris Withers -
Evan Simpson