import wx or from wxPython.wx import *?

Jeremy Cowgar wrote:

What is the best method?

"import wx" is the preference from 2.5 going forward. In 2.4 the "import wx" is intended more as a usable preview of things to come.

Are both methods going to be supported in the future?

For some unknown non-infinite amount of time :wink: but then the wxPython pacakge and modules will be removed and the wx package will be the only one.

... a bit of a change. Is this documented somewhere yet?

Completly Python-specific docs are being worked on...

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!