How is GUI programming in Python?

Phil Thompson phil at riverbankcomputing.com
Fri Apr 11 04:10:27 EDT 2008


On Friday 11 April 2008, David Cook wrote:
> On 2008-04-10, Paul Rubin <http> wrote:
> > Well, it's a trade-off, the person wanted a cross platform gui and the
> > #1 hurdle for something like PyQt4 is getting it to work on each of
> > the platforms you desire to run on.
>
> Installing Pyqt on windows involves a couple "click to install" EXEs.  On
> Linux, one uses yum or apt.  Only on Mac is it marginally a bit harder.
>
> Dave Cook

Actually, on Windows it's only one .exe as the PyQt GPL binary installer 
includes Qt and all it's tools (and the eric IDE, and PyQwt).

Phil



More information about the Python-list mailing list