[Zope-DB] ZMYSQLDA - server_capabilities

Dieter Maurer dieter at handshake.de
Sat Oct 11 14:55:34 EDT 2003


Robert Wetzler wrote at 2003-10-11 08:49 +0900:
 > Traceback (innermost last):
 >   Module ZPublisher.Publish, line 98, in publish
 >   Module ZPublisher.mapply, line 88, in mapply
 >   Module ZPublisher.Publish, line 39, in call_object
 >   Module Shared.DC.ZRDB.Connection, line 148, in manage_open_connection
 >   Module Products.ZMySQLDA.DA, line 126, in connect
 >   Module Products.ZMySQLDA.db, line 193, in __init__
 > AttributeError: server_capabilities

Thus, look at line 193 of "Products/ZMySQLDA/db.py".
It references "server_capabilities" on an object that does not
have this attribute (probably a bug). See how you can work around
this.


Dieter



More information about the Zope-DB mailing list