[Zope] error calling Zope.app()

Dieter Maurer dieter@handshake.de
Tue, 22 Apr 2003 21:06:28 +0200


mathew wrote at 2003-4-21 10:15 -0700:
 > No. This isnt it. Look at my message. I step into the debugger right before
 > the line
 > from Products.PythonScripts.PythonScript import PythonScript
 > and
 > (pdb) import Products
 > works, but
 > (pdb) import Products.PythonScripts
 > doesnt work.

Check which "Products" you got:

      (pdb) p Products.__path__


It may well be a "Products" you do not want.


Dieter