Re: Choosing GUI Module for Python

2009-11-17 Thread Dietmar Schwertberger
sturlamolden schrieb: On 14 Nov, 15:35, Dietmar Schwertberger n...@schwertberger.de wrote: self.m_toolBar1 = self.CreateToolBar( wx.TB_HORIZONTAL, wx.ID_ANY ) self.m_button1 = wx.Button( self.m_toolBar1, wx.ID_ANY, uMyButton, wx.DefaultPosition, wx.DefaultSize, 0 )

Re: Choosing GUI Module for Python

2009-11-15 Thread Dietmar Schwertberger
sturlamolden schrieb: On 14 Nov, 19:02, Dietmar Schwertberger n...@schwertberger.de wrote: I tried 3.01.63. I can see in the Python window already that the code is not correct. 3.01.63 Did you remember to install the wxAdditions? No. I think that they should not be required (a minimal

Re: Choosing GUI Module for Python

2009-11-15 Thread sturlamolden
On 15 Nov, 17:05, Dietmar Schwertberger n...@schwertberger.de wrote: Could you send me an .fbp file demonstrating the error? Sent by email. Did you receive it? No... could you please resend to stu...@molden.no? -- http://mail.python.org/mailman/listinfo/python-list

Re: Choosing GUI Module for Python

2009-11-15 Thread sturlamolden
On 15 Nov, 17:05, Dietmar Schwertberger n...@schwertberger.de wrote: Sent by email. Did you receive it? Yes I did, thank you :) (I thought I didn't, but it was just a problem with my e-mail filter.) -- http://mail.python.org/mailman/listinfo/python-list

Re: Choosing GUI Module for Python

2009-11-15 Thread sturlamolden
On 14 Nov, 15:35, Dietmar Schwertberger n...@schwertberger.de wrote:    self.m_toolBar1 = self.CreateToolBar( wx.TB_HORIZONTAL, wx.ID_ANY )    self.m_button1 = wx.Button( self.m_toolBar1, wx.ID_ANY, uMyButton, wx.DefaultPosition, wx.DefaultSize, 0 )    m_toolBar1.AddControl( m_button1 ) I

Re: Choosing GUI Module for Python

2009-11-14 Thread sturlamolden
On 9 Nov, 05:49, Antony anthonir...@gmail.com wrote:    I just wanted to know which module is best for developing designing interface in python . I personally feel the wxPython support in the 3.1 beta of wxFormBuilder makes the choise rather simple. It generates a Python file with classes for

Re: Choosing GUI Module for Python

2009-11-14 Thread sturlamolden
On 14 Nov, 15:35, Dietmar Schwertberger n...@schwertberger.de wrote:    self.m_toolBar1 = self.CreateToolBar( wx.TB_HORIZONTAL, wx.ID_ANY )    self.m_button1 = wx.Button( self.m_toolBar1, wx.ID_ANY, uMyButton, wx.DefaultPosition, wx.DefaultSize, 0 )    m_toolBar1.AddControl( m_button1 )

Re: Choosing GUI Module for Python

2009-11-14 Thread Dietmar Schwertberger
sturlamolden schrieb: On 14 Nov, 15:35, Dietmar Schwertberger n...@schwertberger.de wrote: self.m_toolBar1 = self.CreateToolBar( wx.TB_HORIZONTAL, wx.ID_ANY ) self.m_button1 = wx.Button( self.m_toolBar1, wx.ID_ANY, uMyButton, wx.DefaultPosition, wx.DefaultSize, 0 )

Re: Choosing GUI Module for Python

2009-11-14 Thread sturlamolden
On 14 Nov, 19:02, Dietmar Schwertberger n...@schwertberger.de wrote: 08/23/2009 Version 3.01.63 (Beta) 08/19/2009 Version 3.01.62 (Beta) I tried 3.01.63. I can see in the Python window already that the code is not correct. 3.01.63 Did you remember to install the wxAdditions? Could you

Re: Choosing GUI Module for Python

2009-11-13 Thread catalinf...@gmail.com
Tkinter is deafult on python . Is more easy to use any editor text (geany). I donțt see a good IDE for GUI On Nov 9, 6:49 am, Antony anthonir...@gmail.com wrote: Hi all    I just wanted to know which module is best for developing designing interface in python . i have come across some modules

Choosing GUI Module for Python

2009-11-13 Thread Dylan Palmboom
-Original Message- From: catalinf...@gmail.com [mailto:catalinf...@gmail.com] Sent: 13 November 2009 10:06 AM To: python-list@python.org Subject: Re: Choosing GUI Module for Python Tkinter is deafult on python . Is more easy to use any editor text (geany). I don?t see a good IDE for GUI

Re: Choosing GUI Module for Python

2009-11-13 Thread Aahz
In article c772b537-5f95-4a1b-905e-fcb726b59...@i12g2000prg.googlegroups.com, Antony anthonir...@gmail.com wrote: I just wanted to know which module is best for developing designing interface in python . Haven't tried it, but a new release was just announced for this:

Re: Choosing GUI Module for Python

2009-11-12 Thread Lorenzo Gatti
On Nov 11, 9:48 am, Lorenzo Gatti ga...@dsdata.it wrote: On a more constructive note, I started to follow the instructions athttp://www.pyside.org/docs/pyside/howto-build/index.html(which are vague and terse enough to be cross-platform) with Microsoft VC9 Express. Hurdle 0: recompile Qt

Re: Choosing GUI Module for Python

2009-11-11 Thread Lorenzo Gatti
On Nov 10, 11:08 pm, Simon Hibbs simon.hi...@gmail.com wrote: Since QT runs on Windows, porting to the Windows version of QT shouldn't be hard. The PySide developers, who are better judges of their own project than you and me, consider a Windows port so hard (and time consuming) that they

Re: Choosing GUI Module for Python

2009-11-10 Thread Dave Cook
On 2009-11-09, Antony anthonir...@gmail.com wrote: 1. PyGTK 2. PyQT 3. PySide 4. wxPython 5 . TKinter For cross-platform work, I'd choose either PyQt or wxPython. If you're not too worried about the dual license, I find PyQt the best combination of ease of use and features,

Re: Choosing GUI Module for Python

2009-11-10 Thread Grant Edwards
On 2009-11-09, Dave Cook davec...@nowhere.net wrote: On 2009-11-09, Antony anthonir...@gmail.com wrote: 1. PyGTK 2. PyQT 3. PySide 4. wxPython 5 . TKinter For cross-platform work, I'd choose either PyQt or wxPython. If you're not too worried about the dual license, I find PyQt

Re: Choosing GUI Module for Python

2009-11-10 Thread Lorenzo Gatti
On Nov 9, 9:01 pm, Simon Hibbs simon.hi...@gmail.com wrote: The main objection to using PyQT untill now was that for commercial development you needed to buy a license (it was free for GPL projects). That's rapidly becoming a non-issue as the core QT framework is now LGPL and Nokia have a

Re: Choosing GUI Module for Python

2009-11-10 Thread Simon Hibbs
On 10 Nov, 10:40, Lorenzo Gatti ga...@dsdata.it wrote: I also would like to use PySide, but unlike PyQt and Qt itself it doesn't seem likely to support Windows in the foreseeable future. A pity, to put it mildly. It's not been ruled out. They don't officialy support the Mac either, but

Re: Choosing GUI Module for Python

2009-11-10 Thread Antony
On Nov 11, 3:08 am, Simon Hibbs simon.hi...@gmail.com wrote: On 10 Nov, 10:40, Lorenzo Gatti ga...@dsdata.it wrote: I also would like to use PySide, but unlike PyQt and Qt itself it doesn't seem likely to support Windows in the foreseeable future. A pity, to put it mildly. It's not been

Choosing GUI Module for Python

2009-11-09 Thread Antony
Hi all I just wanted to know which module is best for developing designing interface in python . i have come across some modules which are listed here . please tell your suggestions and comments to choose best one 1. PyGTK 2. PyQT 3. PySide 4. wxPython 5 . TKinter Also i need to know is

Re: Choosing GUI Module for Python

2009-11-09 Thread r
On Nov 8, 10:49 pm, Antony anthonir...@gmail.com wrote: Hi all    I just wanted to know which module is best for developing designing interface in python . i have come across some modules which are listed here . please tell your suggestions and comments to choose best one  1. PyGTK  2. PyQT

Re: Choosing GUI Module for Python

2009-11-09 Thread Antony
On Nov 9, 11:49 am, r rt8...@gmail.com wrote: On Nov 8, 10:49 pm, Antony anthonir...@gmail.com wrote: Hi all    I just wanted to know which module is best for developing designing interface in python . i have come across some modules which are listed here . please tell your suggestions

Re: Choosing GUI Module for Python

2009-11-09 Thread sstein...@gmail.com
On Nov 9, 2009, at 3:59 AM, Antony wrote: You may want to offer a little more info, like what exactly you are looking to do with such GUI. are your needs for a VW, Corvette, or Mercedes? etc, etc. All these kits have pros and cons, some better for this some for that, yadda yadda I would

Re: Choosing GUI Module for Python

2009-11-09 Thread Kevin Walzer
On 11/8/09 11:49 PM, Antony wrote: Hi all I just wanted to know which module is best for developing designing interface in python . i have come across some modules which are listed here . please tell your suggestions and comments to choose best one 1. PyGTK 2. PyQT 3. PySide 4.

Re: Choosing GUI Module for Python

2009-11-09 Thread r
On Nov 9, 3:59 am, Antony anthonir...@gmail.com wrote: I would like to know about that pros and cons only ... I'll reiterate what i have said and others have said. WE NEED MORE INFO TO PROPERLY GUIDE YOU!!! Survey: What GUI is right for you? 1. What is your level of GUI programming? (0 1 2 3 4

Re: Choosing GUI Module for Python

2009-11-09 Thread Simon Hibbs
Having tried most of the options out there, personaly I've settled on two. I use Tkinter for ver simple GUIs such as single dialog boxes or results displays. The advantage of it being built-in to Python outweighs it's limitations. For anything more complex, I go for PyQT every time. QTDesigner