[Zope] Strange exceptions...

Kevin Carlson khcarlso@bellsouth.net
Wed, 5 Jun 2002 16:41:58 -0400


Has anyone run into this:

I have a Python Script that is calling several ZSQL methods.  It then calls
another Python Script that sends mail using MailHost.  The interesting thing
is that I am getting a MySQL unsupported error returned from the MailHost
object.  All of the ZSQL methods are completing successfully (the records
are all inserted into the database) but when I call MailHost.send it throws
the exception.  If I comment out the call to MailHost.send everything works
fine without throwing an exception.

Very strange -- anyone have any ideas?

Kevin