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
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
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