[PyQt] mysql driver on windows

Mario Daniel Carugno carugnom at gmail.com
Sun Mar 15 20:24:24 GMT 2009


Hi, i'm developing a pyqt application and need to decide if i'll use
pyqt's database support or
mysqldb.
The point is that the application must be abel to run in Linux and
Windows, and connect to
mysql.
In linux, no problems. But in windows the odbc plugin don't works with
mysql. I know i can
compile the plugin for mysql support, but i don't know how hard is it.
I see many people asking for help with that, so it seems to be hard to
get it working.

What would be better ? Use PyQt DB support and compile the mysql
driver for windows ?
or forget about it and use just mysqldb ?

Thank you all


More information about the PyQt mailing list