My python programs need a GUI, wxPython or PyQt4?

Michael Bentley rmcore at gmail.com
Tue Jan 23 17:20:52 EST 2007


On Jan 23, 2007, at 4:01 PM, Daniel Jonsson wrote:

> So, I've reached the point where my building pipeline tools actually
> needs to be used by other people in my company. By this reason I
> actually need to think about the usability, and I've come to the
> conclusion that I need a GUI. So, which of the two packages should I
> learn, and which one is easier to pick up?
> Thanks in advance!
>
> Daniel

Don't forget PyGTK (http://www.pygtk.org), and Tkinter!

You should really try them all out and make your own decision, IMHO.   
I'm actually using pyobjc for my work, but if I had to support other  
environments, I'd be using PyGTK.  (Although I *was* happy with PyQt 
(3) when I was using it). 
  



More information about the Python-list mailing list