On Jan 28, 12:06 pm, "Steven W. Orr" <[EMAIL PROTECTED]> wrote:
> python-2.3.5
> wx-2.6
>
> I just bought the wxPython In Action book and I see that all the examples
> say to
> import wx
> All of our pre-existing code was horribly doing a
> from wxPython import *
>
> I changed all the code so that
python-2.3.5
wx-2.6
I just bought the wxPython In Action book and I see that all the examples
say to
import wx
All of our pre-existing code was horribly doing a
from wxPython import *
I changed all the code so that it was doing an import wx and found that
everything was broken. In particular, r