GUI libs

Gerhard Haering gh at ghaering.de
Fri Apr 25 08:28:21 EDT 2003


Mark Nenadov wrote:
> 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'd strongly recommend wxPython. wxPython is quite a rich GUI library and I 
> have found it to be more advanced/modern/feature-rich than tkinter.

You'll get a Python interface with the error behaviour of the wrapped 
C++ library. The default is to crash. In my limited experience, anyway.

-- Gerhard





More information about the Python-list mailing list