Would you recommend to use the wx package of wxPython?
From the documentation:
Provides a way to drop the wx prefix from wxPython objects by
dynamically loading and renaming objects from the real wxPython
package. This is the first phase of a transition to a new style
of using wxPython. For example:
import wx
class MyFrame(wx.Frame):
...
instead of:
from wxPython.wx import *
class MyFrame(wxFrame):
...
What does 'this is the first phase of a transition to a new style
using wxPython' in the above mean? Will this new style become the
only way to use wxPython in future releases?
Thanks in advance for any answers.
--
mailto: logan@phreaker(NoSpam).net