18 Mar
2002
18 Mar
'02
11:34 p.m.
[Kevin Carlson]
I would like to do some Zope product development outside of the main Zope environment and need to set my PYTHONPATH correctly to pull in all the right modules. I have Zope installed at "/zope" and my path is currently:
PYTHONPATH=zope/lib/python:zope/bin/lib:
When I attempt to compile the line "from Interface import Base" I get an error that the module does not exist. I am following a tutorial in the zope developers guide...
PYTHONPATH=/zope/lib/python:/zope/bin/lib: Tom P