14 Jan
2003
14 Jan
'03
7:45 p.m.
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