On 25 Aug, 13:24, Wolfgang Keller <felip...@gmx.net> wrote:

> The area of _desktop_ database application development indeed looks like a 
> vast and very hostile desert in the Python landscape.

Yes, you don't have drag-and-drop database tools like MS Access or
FoxPro. You actually have to use a database API (such as pyodbc or
pymssql) with GUI (tkinter, wxPython, PyGTK, PyQt, MFC) manually. If
you need a framework for this, you should not be developing software
anyway.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to