Tutorial for DB-Frontend with GUI

email9898989 at yahoo.com email9898989 at yahoo.com
Sat Nov 15 01:37:33 EST 2003


> So, does anyone know a tutorial/howto/link or whatever how to build
> a database client with a GUI? Is there a sample database-fronted
> built with python in the web, where one can see what is possible?

Pythoncard includes a dbBrowser sample.  But really you can use any
GUI toolkit with the mysql python module:
http://sourceforge.net/projects/mysql-python
http://www.devshed.com/Server_Side/Python/PythonMySQL/print_html
http://www.codespark.net/v2/articles.asp?CategoryID=45

See also SQLObject which might be a nicer way to do the MySQL coding:
http://sqlobject.org/




More information about the Python-list mailing list