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!
How silly of a place is it?
JAB
2010-07-15 13:08:50
+3
A:
PyQT should be able to do that, altough I never used it myself (See this article)
Fabian
2010-07-15 13:01:19
I love PyQT, there is an excellent book on it too http://www.qtrac.eu/pyqtbook.html
dassouki
2010-07-15 13:37:00