[Zope-DB] catching sql method exceptions inside python scripts

Jim Abramson jabramson at wgen.net
Thu Apr 1 16:28:10 EST 2004


Hello list,

It seems that

try:
   mySqlMethod()
except:
   # handle the error...

is useless in python scripts...Zope springs up an error page anyway.  
Anyone else found this to be the case?  Is this by design?  

Jim



More information about the Zope-DB mailing list