MySQL GUI written in python

Boudewijn Rempt boud at valdyas.org
Thu Aug 1 15:15:27 EDT 2002


Percy Tambunan wrote:

> i do a lot of database programming especially with MySQL. I just starting
> learning python because many people told me that python is wonderful. I
> have read Guido's tutorial, but still being unable to write some codes for
> building MySQL GUI written in python.

You could download Kura and try to figure out the code in that -- but I
started working on it three or four years ago, and there's lots of cruft
in it. It's a combination of MySQLdb, an in-between-layer and PyQt.

Another option, quite an interesting one, would be to forego MySQLdb 
completely, and to use the database classes that PyQt offer: you get
instant portability between OS's and databases, and a nice GUI query
designer in Qt Designer.

-- 
Boudewijn Rempt | http://www.valdyas.org



More information about the Python-list mailing list