Hello List, I tried to ass ZMySQLDA and got the following error. I copied the required files in $ZOPE_HOME/lib/pyhon2.1/site-packages as per discribed in the documentations. But is is giving me the folowing error. Please tell Where can i be wrong? ERROR(200) Zope Could not import Products.ZMySQLDA Traceback (innermost last): File /usr/local/zope/lib/python/OFS/Application.py, line 522, in import_product File /usr/local/zope/lib/python/Products/ZMySQLDA/__init__.py, line 91, in ? File /usr/local/zope/lib/python/Products/ZMySQLDA/DA.py, line 91, in ? File /usr/local/zope/lib/python/Products/ZMySQLDA/db.py, line 89, in ? ImportError: _mysql: init failed Thanks in advance Rajeev -- ======================================================= ---------------- "Linux drives you from creativity to innovation" ------------------------- ==================== ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ and FlexiMail: Messaging Solutions: http://netcore.co.in Pragatee: Integrated Server-Software Suite: http://www.pragatee.com Emergic Freedom: Server-centric Computing: http://www.emergic.com BlogStreet: Blog Profiles and RSS Ecosystem: http://blogstreet.com Deeshaa: Rural Development: http://www.deeshaa.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
On Mon, 17 Nov 2003, Rajeev Sharma wrote:
I tried to ass ZMySQLDA and got the following error. I copied the required files in $ZOPE_HOME/lib/pyhon2.1/site-packages as per discribed in the documentations. But is is giving me the folowing error.
ERROR(200) Zope Could not import Products.ZMySQLDA ImportError: _mysql: init failed
You need to install both MySQL-Python and the ZMySQLDA products -- the first in Zope and the second in the Python you use to execute your Zope.
participants (2)
-
Dennis Allison -
Rajeev Sharma