[Zope] NotSupportedError during ZMySQLDA Installation

Ravindra ravindra@ravindraonline.com
Thu, 28 Jun 2001 22:28:10 -0700


Hi All,

I am getting the following error while trying to install the ZMySQLDA on
Zope.


Traceback (innermost last):
  File "/opt/Zope-2.3.0-linux2-x86/lib/python/OFS/Application.py", line 530,
in import_products
    product=__import__(pname, global_dict, global_dict, silly)
  File
"/opt/Zope-2.3.0-linux2-x86/lib/python/Products/ZMySQLDA/__init__.py", line
91, in ?
    import DA
  File "/opt/Zope-2.3.0-linux2-x86/lib/python/Products/ZMySQLDA/DA.py", line
91, in ?
    from db import DB
  File "/opt/Zope-2.3.0-linux2-x86/lib/python/Products/ZMySQLDA/db.py", line
94, in ?
    raise NotSupportedError, \
NameError: NotSupportedError

----------------------------------------------------

This is my Env:
RedHat Linux 2.2.16
MySql 3.22.32
Zope 2.3.0 Binary
MySQL-python-0.3.2
ZMySQLDA-2.0.7

The SQLDA product shows as "Broken Product" in manage console.

Can anyone tell me what is the fix for this ?


Thanks In Advance
Ravindra