[Zope] ZSQL Method Failure From within Python

Dieter Maurer dieter@handshake.de
Sat, 26 Jul 2003 20:43:45 +0200


Roy Rapoport wrote at 2003-7-25 12:14 -0700:
 > I've got a bizare problem:
 > 
 > I've got a Python Script that calls several zsql_methods; these come in two
 > flavours: Read and update/insert.  The Read ones are having no problems.
 > 
 > Strangely, though, the update/insert ones are failing.  Now, here's where it
 > gets interesting:  They all work in test mode.  So accessing the zsql
 > methods directly works perfectly.
 > 
 > How can I figure out what might be causing the discrepency?

You carefully look at the error message and the traceback.

If you do not understand them, you post them such that we can try
to decode them.


Dieter