using MySQLdb module

Gerhard Häring gh at ghaering.de
Wed Mar 24 10:31:12 EST 2004


vincent Salaun wrote:
> 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 ? [...]

This module only works with traditional Python, not with Jython.

To use MySQL from Jython, use mxJDBC module, which is integrated in 
modern Jython versions, anyway.

-- Gerhard




More information about the Python-list mailing list