Creating a DB app with mySql and Windows GUI

Mark Nenadov mark at freelance-developer.com
Mon Apr 8 19:14:26 EDT 2002


Alexander v. Zitzewitz wrote:

> Hello Python Freaks !
> 
> What components should I use for building a GUI Database App with a MySQL
> Server and a GUI on Windows platforms with Python. The following
> components are needed:
> 
> - a feasable IDE with Debugger interface
> - a GUI Builder
> - a MySQL inding
> 
> Please let me know, if anyone already did a similar project and what
> experiences he/she made with using Python
> 

Alexander,

In the past, I wrote a few Python GUI apps that also used MySQL. You can 
download the files required for MySQL support in Python here 
(http://sourceforge.net/projects/mysql-python).

As for the GUI builder and IDE, I don't really know if I can help you. I 
used a wide variety of editors such as EditPlus, Vim, Ultraedit, Glimmer, 
etc. I rarely use IDE's that have debugging built in. As for building 
GUI's, I use wxPython. I hear that Boa Constructor is great for easily 
building wxPython GUI's, but I have never used it.

-- 
- Mark Nenadov (http://www.freelance-developer.com)



More information about the Python-list mailing list