2008/12/18 [email protected] <[email protected]> > Hello > I need to connect to mysql db but when i try i see that i have only > availabe the driver for sqlite, how can i add the mysql driver? > > Thanks > > Luca > > > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt >
Compile Qt with MySQL support, then compile PyQt :) Or use mysql-python ;)
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
