NotSupportedError during ZMySQLDA Installation
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
On Thu, 28 Jun 2001, Ravindra wrote:
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 ?
Use MySQL-python-0.9.0 with ZMySQLDA-2.0.7. It's my bad that I didn't import NotSupportedError, however. I will fix it in the CVS for 2.0.8. -- Andy Dustman PGP: 0xC72F3F1D @ .net http://dustman.net/andy I'll give spammers one bite of the apple, but they'll have to guess which bite has the razor blade in it.
participants (2)
-
Andy Dustman -
Ravindra