20 Apr
2003
20 Apr
'03
8:56 p.m.
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