Conversation
Notices
-
Hey !python people, is there a good Python GUI RAD tool for windows? For beginners to use?
-
@thumper Not quite in the Microsoft VB sense. You can use Glade and Qt Creator depending on what toolkit you want.
-
@thumper Not that I can think of, sorry. :-(
-
@thumper I use #boa-constructor with !wxpython lib in !debian. there is a windows version too.
-
@ziedabid: do you know if #boa-constructor works with !python 3.1?
-
@thumper I'm afraid that not because wxpython depend on python < 2.7 but I think it's the easiest to work with on windows.
-
@thumper There was boa-constructor but I stopped to follow its development when i switched to WingIDE
-
@encolpe: awesome, will be passing this on to friends learning python and wanting a gui builder (they are doing python 3.1).
-
@thumper But WingIDE is no *GUI* RAD tool. AFAIK there are no GUI toolkits for Python 3 except `tkinter` anyway.
-
@thumper QtDesigner?
-