
August 1st, 2003, 01:02 PM
|
 |
Wacky hack
|
|
Join Date: Apr 2001
Location: London, England
Posts: 513
Time spent in forums: 1 h 38 m 37 sec
Reputation Power: 13
|
|
|
It all depends on what your target market is.
If you're developing an application that you want everyone to be able to use, then I'd opt for wxPython, since code that uses this toolkit can not only use wxPython's own toolkit, but also use the Gtk toolkit without using any extra code (Qt is in the works).
Otherwise, I'd go for Qt, just because I think it's the most powerful toolkit, and once you get the hang of it, it's very easy to use (especially using the "designer" tool to design the UIs).
You might also want to check out PyGtk, PyGnome and PyKDE by the way.
|