[Zope] Manipulation of sys.path

Johan Carlsson johanc@torped.se
Sat, 22 Jan 2000 00:10:06 +0100


Should it be possible to set the sys.path in an 
external method or product?

import sys
sys.path.insert(0, '/home/johanc/python')


Regards,
Johan