PDA

View Full Version : PyGTK or wxPython? (Windows/Linux)



user1397
January 26th, 2010, 07:40 AM
So is the general idea: pygtk for linux apps, and wxpython for windows apps?

if you're developing only on linux (gnome) should you only concentrate on pygtk?

what about windows python development?

Kegusa
January 26th, 2010, 08:03 AM
I would go with pyQT for windows development since it's also crossplatform and KDE uses QT. My main choice sofar is pyGTK since I dont have to consider mutiplatforms, but if there's a situation where I have to make a win/mac program I'd go for QT.

wx for me has been horrible and doesnt look too good either..

wmcbrine
January 26th, 2010, 08:14 AM
PyGtk is available for Windows, FWIW.

user1397
January 26th, 2010, 08:27 AM
PyGtk is available for Windows, FWIW.yea I know, I just thought or (heard) that pygtk development on windows is not favorably looked upon....might be nonsense