GTK or TKinter (or what else?)

P at draigBrady.com P at draigBrady.com
Thu May 20 08:06:41 EDT 2004


Marco Terzuoli wrote:
> Hi,
> I use python under linux and would like to create some GUI applications. I
> have seen that Python can be used together woth some different graphic
> libraries and would like to have a suggestion about which one to use.
> I feel like GTK is better documented bud would not like to create programs
> which are not fully portable. Moreover, I know you can use wxWindows as
> well... I have tried it in my C program and didn't like the way events were
> handled. Are there any differences in Python?
> Thanks
> Marco

I would definitely recommend GTK.
It has huge support being it now
and it's supported on windows now also.
I've some example apps here:
http://www.pixelbeat.org/talks/pygtk/

Pádraig.



More information about the Python-list mailing list