: 11:34:46 ~/tmp
: [1] barry@shell-4 $ python3.4
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 5 2014, 20:42:22)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import wx
/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/wx/core.py:22: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Is there something I need to do or was I just unlucky with the snapshot I picked up?
: 11:34:46 ~/tmp
: [1] barry@shell-4 $ python3.4
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 5 2014, 20:42:22)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import wx
/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/wx/core.py:22: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Is there something I need to do or was I just unlucky with the snapshot I picked up?
Robin has not got around to update the wxWidgets release - it is just a warning.
Mike Maher mentioned some time ago that:
You can edit the
VERSION_STRING and the RELEASE_NUMBER in __version.py__ in the wx folder.
This removes the warning.