Re: a better solution for GUI in python

2007-03-17 Thread Rainer Grimm
ce wrote: Hi, My company is using python currently for our website. We need to develop a GUI front-end for our ERP that would be portable (Windows and Linux). My question is which solution would be better for the GUI (and easier to implement)? I knew there are something like wxidgets, QT

Re: a better solution for GUI in python

2007-03-12 Thread Chris Mellon
On 3/11/07, Jarek Zgoda [EMAIL PROTECTED] wrote: Bjoern Schliessmann napisał(a): I'd recommend pyGTK. It's easy to use, delivers astonishing results and is perfectly portable as far as I know. And how does it look on Windows? :) On styled Windows XP it looks like any other styled

Re: a better solution for GUI in python

2007-03-12 Thread David Boddie
On Monday 12 March 2007 16:57, Chris Mellon wrote: Gtk I consider an extremely poor contender as a cross platform toolkit. The runtime is enormous and it makes little effort to appear native on any non-GNOME platform. Given that wxPython more or less relies on GTK+ on Linux, I think you're

Re: a better solution for GUI in python

2007-03-12 Thread Chris Mellon
On 3/12/07, David Boddie [EMAIL PROTECTED] wrote: On Monday 12 March 2007 16:57, Chris Mellon wrote: Gtk I consider an extremely poor contender as a cross platform toolkit. The runtime is enormous and it makes little effort to appear native on any non-GNOME platform. Given that wxPython

a better solution for GUI in python

2007-03-11 Thread ce
Hi, My company is using python currently for our website. We need to develop a GUI front-end for our ERP that would be portable (Windows and Linux). My question is which solution would be better for the GUI (and easier to implement)? I knew there are something like wxidgets, QT and pyGTK?

Re: a better solution for GUI in python

2007-03-11 Thread StD
On 11 Mrz., 12:03, ce [EMAIL PROTECTED] wrote: Hi, My company is using python currently for our website. We need to develop a GUI front-end for our ERP that would be portable (Windows and Linux). My question is which solution would be better for the GUI (and easier to implement)? I knew

Re: a better solution for GUI in python

2007-03-11 Thread Paul Rubin
ce [EMAIL PROTECTED] writes: My company is using python currently for our website. We need to develop a GUI front-end for our ERP that would be portable (Windows and Linux). Some reason not to use a browser interface instead of a client gui? --

Re: a better solution for GUI in python

2007-03-11 Thread Bjoern Schliessmann
ce wrote: My question is which solution would be better for the GUI (and easier to implement)? I knew there are something like wxidgets, (wxWidgets. It's the C++ lib, its Python bindings are wxPython) QT (same as above, it's called pyQt. Check licensing, it's not as liberal as the others'.)

Re: a better solution for GUI in python

2007-03-11 Thread Bjoern Schliessmann
StD wrote: I'd recommend pyGTK. It's easy to use, delivers astonishing results and is perfectly portable as far as I know. And how does it look on Windows? :) I'm working with it myself, having the goal of simplicity as well as portability and I got to say, it works! Hope that was helpful.

Re: a better solution for GUI in python

2007-03-11 Thread ce
On Mar 11, 3:05 pm, Paul Rubin http://[EMAIL PROTECTED] wrote: ce [EMAIL PROTECTED] writes: My company is using python currently for our website. We need to develop a GUI front-end for our ERP that would be portable (Windows and Linux). Some reason not to use a browser interface instead

Re: a better solution for GUI in python

2007-03-11 Thread Jarek Zgoda
Bjoern Schliessmann napisał(a): I'd recommend pyGTK. It's easy to use, delivers astonishing results and is perfectly portable as far as I know. And how does it look on Windows? :) On styled Windows XP it looks like any other styled application (counting those Qt and wx based). On Windows

Re: a better solution for GUI in python

2007-03-11 Thread Casey Hawthorne
For a browser interface have you thought of Ajax and possibly WPF/E? http://en.wikipedia.org/wiki/AJAX http://en.wikipedia.org/wiki/Windows_Presentation_Foundation -- Regards, Casey -- http://mail.python.org/mailman/listinfo/python-list

Re: a better solution for GUI in python

2007-03-11 Thread Uwe Grauer
ce wrote: Hi, My company is using python currently for our website. We need to develop a GUI front-end for our ERP that would be portable (Windows and Linux). My question is which solution would be better for the GUI (and easier to implement)? I knew there are something like wxidgets, QT

Re: a better solution for GUI in python

2007-03-11 Thread ici
On Mar 11, 1:03 pm, ce [EMAIL PROTECTED] wrote: Hi, My company is using python currently for our website. We need to develop a GUI front-end for our ERP that would be portable (Windows and Linux). My question is which solution would be better for the GUI (and easier to implement)? I knew