Ref: to my mail python-MySQL interface
Hello, Ref: To my previous mail related MySQL-Python ======================================= Here's the exact error: C:\Program Files\Zope>"C:\Program Files\Zope\bin\python.exe" "C:\Program Files\Z ope\z2.py" -D ------ 2002-04-23T05:01:13 ERROR(200) Zope Could not import Products.MySQLdb Traceback (innermost last): File C:\PROGRA~1\Zope\lib\python\OFS\Application.py, line 531, in import_produ ct File MySQLdb\__init__.py, line 27, in ? ImportError: No module named _mysql Regards Surajit
Why are you posting in HTML to a non-HTML list? If you'd bothered to search the various archives you'd probably have the answer to this already :-(
Surajit Sengupta wrote:
File MySQLdb\__init__.py, line 27, in ? ImportError: No module named _mysql
...probably means you haven't actually compiled MySQLdb! Google is such a wonderful tool, why not use it? cheers, Chris
participants (2)
-
Chris Withers -
Surajit Sengupta