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 _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
