GUI libs

"Martin v. Löwis" martin at v.loewis.de
Fri Apr 25 06:11:19 EDT 2003


Alessio Pace wrote:

> Hi, I'd like to make a GUI for a program written in python, meant to run on
> mac, win and linux: which is the preferable solution? I saw around tkinter,
> wxpython and pyqt....

I recommend Tkinter. It comes with the standard Python installation, and 
it works quite well atleast on Windows and X11 (I've never used it on 
the Mac).

Regards,
Martin





More information about the Python-list mailing list