git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30110
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# ensure that wxPython hasn't been imported yet.
if sys.modules.has_key('wx') or sys.modules.has_key('wxPython'):
# ensure that wxPython hasn't been imported yet.
if sys.modules.has_key('wx') or sys.modules.has_key('wxPython'):
- raise VersionError("wxversion.select() must be called before wxPython is imported")
+ raise VersionError("wxversion.selectNewest() must be called before wxPython is imported")
bestMatch = None
installed = _find_installed(True)
bestMatch = None
installed = _find_installed(True)