There is also PyQt4 which is my favorite. I'm a beginner in programming 
I tryed first PyQt and I gave up because it seemed so complicated. Then 
I've played a litle with tkinter which I think is very poor. I moved to 
wxpython which as a learning curve similar to that of tkinter, but a 
wider set of widgets available.

Then o tryed again PyQt and it wasn't complicated anymore! PyQt as a 
even wider set of wigets than wxpy but the BIG advantage is QtDesigner 
which you can use to design your interfaces and then you only have to 
code the methods to the actions you want the widgets to perform.

Good luck

Paulino

> Date: Wed, 17 Jan 2007 14:09:57 -0600
> From: "Vijay Pattisapu" <[EMAIL PROTECTED]>
> Subject: [Tutor] Graphics with Python: wxPython vs. tkinter vs.
>       PyCairo vs.     PyX vs...
> To: tutor@python.org
> Message-ID:
>       <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hey friends--
>
> I've been looking through the archives and haven't found any
> comparative evaluation of Python graphics libraries...
>
> Which is the best (or your favorite), and for what tasks?
>
> Thanks a lot!
> Vijay
>
>   

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to