From: Roger B. <ro...@ro...> - 2004-02-09 09:27:27
I have finally moved over all 'from wxPython.wx import *' code
to the more aesthetically pleasing and correct for wxPython 2.5
'import wx' style. Unfortunately programs don't behave too well
if you have both styles in the same application.
Roger