Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-25 Thread Sean Schertell
That's really exciting! Thanks for the tip. Sean On Jan 25, 2007, at 9:42 AM, Robert Kern wrote: Sean Schertell wrote: Not to totally hijack the thread -- but since you're all talking about best GUI frameworks. Any thoughts on the best looking framework for OS X only? Is there any way to

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Laurent Rahuel
Hi, I known this can be impossible but what about an HTML GUI ? Daniel Jonsson wrote: So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability, and I've come to the

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread David Boddie
On Jan 24, 12:09 am, Daniel [EMAIL PROTECTED] wrote: I've downloaded both the wxPython and the PyQt4 package, and by the first impression I must say that the PyQt4 system had a very compelling presentation. From what I can understand from the feedback I've gotten so far is that the wxPython is

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread hg
Laurent Rahuel wrote: Hi, I known this can be impossible but what about an HTML GUI ? Daniel Jonsson wrote: So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability,

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Giovanni Bajo
On 24/01/2007 1.45, Joshua J. Kugler wrote: I've downloaded both the wxPython and the PyQt4 package, and by the first impression I must say that the PyQt4 system had a very compelling presentation. From what I can understand from the feedback I've gotten so far is that the wxPython is a

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread David Boddie
On Jan 24, 3:00 pm, Giovanni Bajo [EMAIL PROTECTED] wrote: Thus, it is well possible to write internal GPL software, using the Qt Open Source library, and to release/distribute/use it *ONLY* internally. http://www.gnu.org/licenses/gpl-faq.html#GPLRequireSourcePostedPublic Also, it should be

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Harry George
Joshua J. Kugler [EMAIL PROTECTED] writes: Daniel wrote: I've downloaded both the wxPython and the PyQt4 package, and by the first impression I must say that the PyQt4 system had a very compelling presentation. From what I can understand from the feedback I've gotten so far is that the

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Kevin Walzer
Daniel Jonsson wrote: So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability, and I've come to the conclusion that I need a GUI. So, which of the two packages should I

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Kevin Walzer
Kevin Walzer wrote: Tablelist: http://www.nemethi.de/ Tabelist for Tkinter (with Tile support): http://tkinter.unpythonic.net/wiki/TableListTileWrapper Additionally, here is a link to some screenshots for Tablelist: http://www.nemethi.privat.t-online.de/tablelist/screenshots.html --

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread hg
Kevin Walzer wrote: Kevin Walzer wrote: Tablelist: http://www.nemethi.de/ Tabelist for Tkinter (with Tile support): http://tkinter.unpythonic.net/wiki/TableListTileWrapper Additionally, here is a link to some screenshots for Tablelist:

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Chris Mellon
On 1/24/07, Giovanni Bajo [EMAIL PROTECTED] wrote: On 24/01/2007 1.45, Joshua J. Kugler wrote: I've downloaded both the wxPython and the PyQt4 package, and by the first impression I must say that the PyQt4 system had a very compelling presentation. From what I can understand from the

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Kevin Walzer
hg wrote: Kevin Walzer wrote: Kevin Walzer wrote: Tablelist: http://www.nemethi.de/ Tabelist for Tkinter (with Tile support): http://tkinter.unpythonic.net/wiki/TableListTileWrapper Additionally, here is a link to some screenshots for Tablelist:

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread jean-michel bain-cornu
Hi Just for info - one of the reasons I stopped using Tkinter a few years ago was for the lack of print support (preview ...) - is there such an extension today ? Same for me, it was a point for what I choosed wx. Nowadays, I'd say users commonly accept to get pdf reports instead of direct

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Harry George
Chris Mellon [EMAIL PROTECTED] writes: On 1/24/07, Giovanni Bajo [EMAIL PROTECTED] wrote: [snip] That page is legal babble, trying to trick you into buying (or making your boss buy) a commercial license. The Qt Open Source edition *IS* GPL and thus it falls under all the normal GPL

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread David Boddie
On Jan 24, 11:54 am, Harry George [EMAIL PROTECTED] wrote: It is all interpretation -- even after some cases have wandered through the courts. Mostly the trolltech statements indicate their intent to sue. That right there tells me I want to go elsewhere. Well, one could alternatively read

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread dimitri pater
On 1/24/07, Laurent Rahuel [EMAIL PROTECTED] wrote: Hi, I known this can be impossible but what about an HTML GUI ? Yep, I think you should consider a HTML GUI. I have just finished a project using CherryPy running on localhost. The big advantage is that the app runs on Linux, Mac and Win

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Sean Schertell
Not to totally hijack the thread -- but since you're all talking about best GUI frameworks. Any thoughts on the best looking framework for OS X only? Is there any way to write little Python apps that will launch in OS X using OS X widgets? Thanks, Sean On Jan 25, 2007, at 8:33 AM,

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Robert Kern
Sean Schertell wrote: Not to totally hijack the thread -- but since you're all talking about best GUI frameworks. Any thoughts on the best looking framework for OS X only? Is there any way to write little Python apps that will launch in OS X using OS X widgets? Use PyObjC. You have full

My python programs need a GUI, wxPython or PyQt4?

2007-01-23 Thread Daniel Jonsson
So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability, and I've come to the conclusion that I need a GUI. So, which of the two packages should I learn, and which one is

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-23 Thread James Stroud
Daniel Jonsson wrote: So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability, and I've come to the conclusion that I need a GUI. So, which of the two packages should I

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-23 Thread Joshua J. Kugler
Daniel Jonsson wrote: So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability, and I've come to the conclusion that I need a GUI. So, which of the two packages should I

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-23 Thread Michael Bentley
On Jan 23, 2007, at 4:01 PM, Daniel Jonsson wrote: So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability, and I've come to the conclusion that I need a GUI. So, which of

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-23 Thread hg
Daniel Jonsson wrote: So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability, and I've come to the conclusion that I need a GUI. So, which of the two packages should I

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-23 Thread Paul Rubin
Daniel Jonsson [EMAIL PROTECTED] writes: So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability, and I've come to the conclusion that I need a GUI. So, which of the two

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-23 Thread Peter Decker
On 1/23/07, Daniel Jonsson [EMAIL PROTECTED] wrote: So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability, and I've come to the conclusion that I need a GUI. So, which of

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-23 Thread Daniel
I've downloaded both the wxPython and the PyQt4 package, and by the first impression I must say that the PyQt4 system had a very compelling presentation. From what I can understand from the feedback I've gotten so far is that the wxPython is a better choice when it comes to compability (with

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-23 Thread Joshua J. Kugler
Daniel wrote: I've downloaded both the wxPython and the PyQt4 package, and by the first impression I must say that the PyQt4 system had a very compelling presentation. From what I can understand from the feedback I've gotten so far is that the wxPython is a better choice when it comes to