I would recommend wxPython, it seems to be cross platform. Pythoncard is an easy to use wrapper around wxPython, and for some stuff you have to revert back to wxPython code. I can't on QT, and Tkinter is getting a bit old these days (imao.)
AFAIK they should all be cross-platform (query QT), so it's all a matter of style.
All three (wxPython, Tkinter and QT) will run on Mac, Windows and Linux. QT is not free on Windows though that is changing.
Tkinter is included with Python and simple GUIs are easy to create with it. I've heard really good things about QT's ease of development but I haven't tried it myself. wxPython has an extensive widget library.
If your GUI requirements are *very* modest, EasyGUI might fit the bill. It lets you build a series of dialog boxes that accept information from the user. http://www.ferg.org/easygui/
Kent
On Sun, 13 Feb 2005 14:34:54 +1100, Kim Branson <[EMAIL PROTECTED]> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi all,
i'm interested in building a gui for some code we have. I'm after pointers on gui programming, and a recommendation on a cross platform gui library, wxpython? pythoncard, qt? What do people use. Ideally i'd like something that can work on windows, osx and linux. Its a science program so the look is a of lesser importance :)
cheers
Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin)
iD8DBQFCDsrfer2hmGbHcokRAlYLAKCXGmve611OUdqprrpLUVAa2rJdDwCdGRKo dqMFRWAYlM60wlMyWpsLG8w= =bqSk -----END PGP SIGNATURE-----
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
