I'm working on a project were I want to load data from a MySQL database and display it in a PyGTK application for easy overview and configuration. My goal is for the program to automaticly add new rows depending on the database contents, ie. if I add a new command to the database, I should not need to make any changes to my GTK-application.I'm working on a project were I want to load da