Aaron wrote:
HI I am new to Zope and have been trying to set up a connection from Zope to my Mysql datatbase.
Z MySQL database adapter asks that I have the _mysql extension installed. But I can't seem to get it to happen for me.
I don't have root permissions on the webhost. Is there anyway for me to install _mysql?
Thanks Aaron
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
MySQLdb must be installed into the same python that is ued by your zope. So if you have installed Zope yourselb you should be able to install MuSQLdb as well. Otherwise you must ask the admin to do so. Robert