[Zope] ZMySQLDA question
Chris Herrnberger
chris123@netcom.ca
Wed, 27 Sep 2000 14:15:03 -0400
Greetings,
I aplogize in advance for this nubie question. In a previouse version of
Zope I was able to install the mysqlDBA using the binary version of
Zope. Currently running Zope 2.2.2 on SuSE 6.4 as a learning exercise.
Installing ZMySQLDA on this system work smoothly untill I restart zope.
The following errors are posted.
chris@boogert:~/zope222 > ------
2000-09-27T18:03:47 ERROR(200) Zope Couldn't import Products.ZMySQLDA
Traceback (innermost last):
File /home/chris/zope222/lib/python/OFS/Application.py, line 397, in
import_p
roducts
(Object: string)
File lib/python/Products/ZMySQLDA/__init__.py, line 106, in ?
File /home/chris/zope222/lib/python/Products/ZMySQLDA/DA.py, line 108,
in ?
File /home/chris/zope222/lib/python/Products/ZMySQLDA/db.py, line 106,
in ?
yet the module clearly exists;
chris@boogert:/usr/lib/python1.5/site-packages > ls -la
total 352
drwxr-xr-x 4 root root 4096 Sep 27 14:03 .
drwxrwxr-x 8 root root 12288 Sep 3 15:36 ..
-rw-r--r-- 1 root root 10828 Sep 27 14:03 MySQLdb.py
-rw-r--r-- 1 root root 16504 Sep 27 14:03 MySQLdb.pyc
-rw-r--r-- 1 root root 15557 Sep 27 14:03 MySQLdb.pyo
drwxr-xr-x 2 root root 4096 Sep 2 12:48 PIL
-r-xr-xr-x 1 root root 99200 Sep 27 14:03 _mysqlmodule.so
-rwxr-xr-x 1 root root 175479 Mar 11 2000 gdmodule.so
drwxr-xr-x 2 root root 4096 Sep 14 13:33 gvib
The interbase connection btw works smoothly. Once I get this up then
I'll tackle the postgresql db connector.
Any advise would be appreciated. Again the Zope install is a binary from
zope.org
Best and thanks
Chris