Anonymous - 2003-10-06

My system info:
1) Knoppix-3.2 (Debian-based on i386 machine)
2) Zope-2.6.2 with Python-2.2.3
3) MySQL-python-0.9.3b1 and ZMySQLDA-2.0.9b2
4) MySQL-4.0.13 (standard)
As startup ZSERVER and add a "ZMySQL connection" object. But some errors occur. Here the message displayed on xterm:

2003-10-06T05:38:36 INFO(0) ZMySQLDA Opened new connection <_mysql.connection open to 'localhost' at 908de6c>: Mydatabase admsql passwd
------
2003-10-06T05:38:36 INFO(0) ZMySQLDA Closing connection <_mysql.connection open to 'localhost' at 908de6c>: Mydatabase
admsql passwd

And the trace message under Zserver is:

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 Products.ZMySQLDA.DA, line 106, in manage_addZMySQLConnection
  Module Shared.DC.ZRDB.Connection, line 60, in __init__
  Module Shared.DC.ZRDB.Connection, line 89, in edit
  Module Products.ZMySQLDA.DA, line 126, in connect
  Module Products.ZMySQLDA.db, line 193, in __init__
AttributeError: server_capabilities

Can someone help? Thanks in advance.

cchuang