[Zope3-Users] MySQL
Wade Leftwich
wade at leftwich.us
Thu Jan 12 06:48:56 EST 2006
David Johnson wrote:
> I recently tried to add the MySQL Package. I’m not sure if this is the
> proper list for this question.
>
> I added the package according to:
> http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/AddonPackageInstall
>
> When I go into my zope instance (/home/djohnson/zope3-instance):
>
> ImportError: No module named MySQLdb
>
> What am I missing?
>
Sounds like you're missing the MySQLdb module. The Zope MySQL package
relies on this module already being present. You can get it at
http://sourceforge.net/projects/mysql-python
-- Wade
More information about the Zope3-users
mailing list