Re: wxGlade and __init__

2006-08-26 Thread crystalattice
Tim N. van der Leeuw wrote: > crystalattice wrote: > > I'm making a GUI for a console-based program I just wrote. I figured > > it would be mostly straight forward to convert it over in wxPython but > > now I'm confused. > > > > Hi Crystalattice, > > One thing you could do is make your original co

Re: wxGlade and __init__

2006-08-26 Thread Tim N. van der Leeuw
crystalattice wrote: > I'm making a GUI for a console-based program I just wrote. I figured > it would be mostly straight forward to convert it over in wxPython but > now I'm confused. > Hi Crystalattice, One thing you could do is make your original console-program a subclass of the wxGlade-gen

wxGlade and __init__

2006-08-25 Thread crystalattice
I'm making a GUI for a console-based program I just wrote. I figured it would be mostly straight forward to convert it over in wxPython but now I'm confused. In my console program, I have __init__ making the dictionaries et al. and then my methods will populate them. However, when I use wxGlade