1 Apr
1999
1 Apr
'99
5:47 p.m.
On Thu, 1 Apr 1999, Pavlos Christoforou wrote:
For a quick fix add the following lines in the start.py file before the import zope_handler
import sys,os sys.path.insert(0,os.path.join('..','lib','python'))
Interesting..that works..why would this not be part of the original code? Why is this just "a quick fix"?? Daren