Python GUI

Leon Widdershoven leonw at gmx.net
Mon Jun 17 13:19:57 EDT 2002


Hi,

I'm quit satisfied with PyQt. It has loads of widgets, good docs,
a graphical interface designer (Qt's), and there is a python
interface compiler to create Python code.

It has at least 2 major drawbacks:
- The free version for windows does not read JPEG's
- It's not small at all

Greetz,
Leon



"H. Safarzadeh" wrote:
> 
> Hi all,
> I know that this subject is discussed in many other places, but I don't
> think it is harmful to talk about it more!
> 
>  I want to what library I should use to make GUI for my Python apps?
>  I have examined many of them, but I couldn't find what I need. Here is
> the result of some of my examinations:
> 
> -Tkinter: A nice simple lib, but really simple! It dosn't have enough
> widgets, and I do not like its look in addition!
> -wxPython: Really perfect. It has many widgets, and do many works(not
> only in GUI). But it is toooo big!(both on disk and in memory). I need a
> smaller one.
> -pyGTK and pyQt: I do not know enough about them. But I know that I do
> not like GTK look on Windows and Qt for Windows has some problems with
> its lisence(and it is tooo big, too!)
> -Jython/Swing: ....it's Jython, after all!
> -Win32 extensions: It is not portable!!!
> 
> Any comments? Other possibilities?
> 
> Thanks.



More information about the Python-list mailing list