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