[Zope-dev] Hi, new to zope

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Thu, 19 Jun 2003 15:35:10 +0200


--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