using MySQLdb module

vincent Salaun vincent.salaun at zslide.com
Wed Mar 24 09:48:29 EST 2004


hi,

i'd like to use the MySQLdb module in my jython script but it doesn't 
work ...
Is it possible or does this module only work with python ?

I've installed MySQLdb (http://sourceforge.net/projects/mysql-python) 
but it doesn't work in a jython shell :

 >>> import MySQLdb
Traceback (innermost last):
  File "<string>", line 1, in ?
  File "c:\python21\MySQLdb\__init__.py", line 27, in ?
ImportError: no module named _mysql

any advice will help !

thx
vince




More information about the Python-list mailing list