[Zope] error calling Zope.app()

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Mon, 21 Apr 2003 13:43:18 +0200


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