[Zope] Connecting Mysql
Dieter Maurer
dieter@handshake.de
Wed, 8 Jan 2003 20:54:22 +0100
McDonnell, Larry wrote at 2003-1-7 11:41 -0500:
> I am trying to install the Mysql Zope adaptor but I get this message:
>
> 2003-01-07T09:26:16 ERROR(200) Zope Could not import Products.ZMySQLDA
> Traceback (innermost last):
> Module OFS.Application, line 541, in import_product
> Module Products.ZMySQLDA, line 106, in ?
> Module Products.ZMySQLDA.DA, line 108, in ?
> Module Products.ZMySQLDA.db, line 106, in ?
> ImportError: No module named MySQL
>
> I have the MySQLmodule.so in the following path
> ..\usr\lib\python2.1\site-packages. Any ideas? Thanks.
"*.so" files are the DLLs of Unix.
Apparently, you need a DLL for Windows.
They, usually, have the extension "pyd".
Dieter