views:

64

answers:

2

Is there a framework to develop Desktop Database applications (some screens with CRUD screens) for Python? I am looking for something similar to Windows Forms, with the ability to associate TextField, Combos and other UI metaphors with datasets connected to relational databases such as MySQL, SQLServer, Oracle or PostgreSQL. Thanks!

+2  A: 

Camelot

Ignacio Vazquez-Abrams
How silly of a place is it?
JAB
+3  A: 

PyQT should be able to do that, altough I never used it myself (See this article)

Fabian
I love PyQT, there is an excellent book on it too http://www.qtrac.eu/pyqtbook.html
dassouki