21 Apr
2003
21 Apr
'03
11:43 a.m.
Adjust your PYTHONPATH to <zopeinst>/lib/python and try again. -aj --On Sonntag, 20. April 2003 13:56 Uhr -0700 mathew <mathew@yeates.tv> wrote:
When I call Zope.app() I get a traceback saying
from Products.PythonScripts.PythonScript import PythonScript ImportError: Mo module named PythonScripts.PythonScript
what does this mean? Under Products I have the dir PythonScripts and it has the module PythonScript. In the debugger... I can call import Products right before the fatal line. But I cant import any Product itself. Mathew