Re: WXPYTHON push button call a frame

2007-07-05 Thread Roel Schroeven
Marcpp schreef: > Hi I need to call a widget from a button in WXPYTHON. I've tried to > this from a function like this, but when push the button, the program > opens a window and do error. > Any idea? > > . > def DialogRRHH(self,event): > prog = wx.PySimpleApp(0) > wx.InitA

Re: WXPYTHON push button call a frame

2007-07-05 Thread kyosohma
On Jul 5, 9:04 am, Marcpp <[EMAIL PROTECTED]> wrote: > On 5 jul, 14:51, Steve Holden <[EMAIL PROTECTED]> wrote: > > > > > Marcpp wrote: > > > Hi I need to call a widget from a button in WXPYTHON. I've tried to > > > this from a function like this, but when push the button, the program > > > opens a

Re: WXPYTHON push button call a frame

2007-07-05 Thread Marcpp
On 5 jul, 14:51, Steve Holden <[EMAIL PROTECTED]> wrote: > Marcpp wrote: > > Hi I need to call a widget from a button in WXPYTHON. I've tried to > > this from a function like this, but when push the button, the program > > opens a window and do error. > > Any idea? > > Well, one *really* good idea

Re: WXPYTHON push button call a frame

2007-07-05 Thread Steve Holden
Marcpp wrote: > Hi I need to call a widget from a button in WXPYTHON. I've tried to > this from a function like this, but when push the button, the program > opens a window and do error. > Any idea? > Well, one *really* good idea would be to copy the error message and paste it into your message.