Re: [Tutor] cross platform gui

2005-02-13 Thread Mark Kels
On Sun, 13 Feb 2005 08:03:45 -0800, Lobster <[EMAIL PROTECTED]> wrote: > > 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'

Re: [Tutor] cross platform gui

2005-02-13 Thread Kent Johnson
Liam Clarke wrote: 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

[Tutor] cross platform gui

2005-02-13 Thread Lobster
=== From: Kim Branson <[EMAIL PROTECTED]> 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

Re: [Tutor] cross platform gui

2005-02-12 Thread Liam Clarke
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

[Tutor] cross platform gui

2005-02-12 Thread Kim Branson
-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 win