[Zope] PropertyManager, Forms

Dieter Maurer dieter@handshake.de
Tue, 14 Jan 2003 20:45:06 +0100


THerp@apriori.de wrote at 2003-1-14 15:32 +0100:
 > ... REQUEST without "get" method ...
 > What the hell is wrong here?
When I were at your place, I would start to use a debugger.

WingIDE is good (but has a (reasonable) price).

If your budget is low, you can use "pdb" (the Python Debugger, part
of the Python distribution).
There are HowTos on Zope.org on how to debug Zope with "pdb".


Dieter