19 Jun
2003
19 Jun
'03
1:35 p.m.
--On Donnerstag, 19. Juni 2003 9:33 Uhr -0400 Ramon Linan <rlinan@truality.com> wrote:
Hi everybody,
I am new to Zope (and a little experienced with Python).
I have been trying to install already for 3 weeks the ZMySQLA... at this point I am very frustrated. I am getting the error ImportError: no module named _mysql !!!
This is a problem of your PYTHONPATH! Python can not find the module and is unable to import it. The simplest solution is to point PYTHONPATH to the directory where the _mysql.so binary is installed! -aj