[Zope] import module error

Dieter Maurer dieter at handshake.de
Thu Dec 30 13:40:13 EST 2004


baptiste Ancey wrote at 2004-12-29 19:05 +0100:
>I have just install my new server
>Mandrake 10.1 Official
>but now my script python (which work on the 10.1 Community) make error.
>
>I can't do anything with python. For example : import  MySQLdb 
>return : import Error : no module name MySQLdb

Apparently, your new Python lacks lots of optional infrastructure...

Check whether you can install additional python related packages,
e.g. "python-mysql".

Installed packages usually go into "<Path to Python library>/site-packages".
You can check there, what is available...

-- 
Dieter


More information about the Zope mailing list