[Zope] mysql problem - broken ZMySQLDA

Phil Harris phil.harris@zope.co.uk
Thu, 11 Oct 2001 16:12:18 +0100


Jurgen,

You're using a *very* old package the latest I think is 0.9.0 it's availa=
ble
on Sourceforge or at http://www.cs.fhm.edu/~ifw00065/ where you can get a=
n
real installer for win32.

hth

Phil
----- Original Message -----
From: "J=FCrgen R. Plasser / Hexagon" <plasser@hexagon.at>
To: <zope@zope.org>
Sent: Thursday, October 11, 2001 4:07 PM
Subject: [Zope] mysql problem - broken ZMySQLDA


> I have installed the MySQL-python-0.3.5 package on my win2k system usin=
g
the
> readme file and it seems to work fine (can I test this?). Mysql 3.23.39=
-nt
> is installed in c:\myslq.
>
> Then I restart Zope to test ZMySQLDA, but it is broken and I only get t=
he
> following error message:
>
> ***
> Traceback (most recent call last):
>   File "C:\PROGRA~1\Zope241\lib\python\OFS\Application.py", line 558, i=
n
> import_product
>     product=3D__import__(pname, global_dict, global_dict, silly)
>   File "C:\PROGRA~1\Zope241\lib\python\Products\ZMySQLDA\__init__.py",
line
> 91, in ?
>     import DA
>   File "C:\PROGRA~1\Zope241\lib\python\Products\ZMySQLDA\DA.py", line 9=
1,
in
> ?
>     from db import DB
>   File "C:\PROGRA~1\Zope241\lib\python\Products\ZMySQLDA\db.py", line 9=
8,
in
> ?
>     from MySQLdb.converters import conversions
> ImportError: No module named converters
> ***
>
> What have I done wrong?
>
> Juergen
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )