GletscherHi all, I have read a few messages concerning this topic, but still I am confused and cannot make the Product ZMySQL DA run. I work on a Win-2000 machine with MySQL 3.23 and Zope 2.33, Python 1.52. I get this Import Traceback err message: Traceback (innermost last): File "C:\PROGRA~1\ZOPE\lib\python\OFS\Application.py", line 528, in import_products product=__import__(pname, global_dict, global_dict, silly) File "C:\PROGRA~1\ZOPE\lib\python\Products\ZMySQLDA\__init__.py", line 91, in ? import DA File "C:\PROGRA~1\ZOPE\lib\python\Products\ZMySQLDA\DA.py", line 91, in ? from db import DB File "C:\PROGRA~1\ZOPE\lib\python\Products\ZMySQLDA\db.py", line 89, in ? import _mysql ImportError: No module named _mysql Searching for a solution i found that I have to install several other fixes/updates for Zope and Python (e.g. MySQLdb) but windows_installer files don't work (I cannot choose the Zope Location Path)... Does anybody have a solution? Martin
On Sat, 30 Jun 2001, Martin Stötzel wrote:
I have read a few messages concerning this topic, but still I am confused and cannot make the Product ZMySQL DA run. I work on a Win-2000 machine with MySQL 3.23 and Zope 2.33, Python 1.52. ImportError: No module named _mysql
Searching for a solution i found that I have to install several other fixes/updates for Zope and Python (e.g. MySQLdb) but windows_installer files don't work (I cannot choose the Zope Location Path)...
Does anybody have a solution?
Perhaps you can copy the files from wherever the installer places them, into your Zope installation. Not pretty, but it ought to work. -- 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 -
Martin Stötzel