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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to