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!
Asked
Active
Viewed 4,514 times
2 Answers
3
PyQT should be able to do that, altough I never used it myself (See this article)

Mad Scientist
- 18,090
- 12
- 83
- 109
-
I love PyQT, there is an excellent book on it too http://www.qtrac.eu/pyqtbook.html – dassouki Jul 15 '10 at 13:37