Python GUI for mysql

Phil Thompson phil at river-bank.demon.co.uk
Fri Dec 20 05:05:00 EST 2002


On Wednesday 18 December 2002 1:40 pm, Daryl Middleton wrote:
> I am trying to assemble a python based gui to access mysql.  I would like
> to have several preset queries where the user could just click a button to
> activate the selected query.  Not sure if I should be looking at TKinter or
> something else.  Thanks

PyQt includes support for MySQL and has a full range of GUI classes. Look at 
the bundled SQL examples which include a query/reporting tool designed with 
Qt Designer and implemented with another 180 lines of Python.

http://www.riverbankcomputing.co.uk/pyqt/

Phil




More information about the Python-list mailing list