Python 3.4 and Phoenix latest build not working (Phoenix-3.0.2.dev78103)

I did this:

: [1] barry@shell-4 $ python3.4 -m pip install wxPython_Phoenix-3.0.2.dev78103-cp34-cp34m-macosx_10_6_intel.whl
Unpacking ./wxPython_Phoenix-3.0.2.dev78103-cp34-cp34m-macosx_10_6_intel.whl
Installing collected packages: wxPython-Phoenix
Successfully installed wxPython-Phoenix
Cleaning up...

And got this error:

: 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?

Barry

Hi,

I did this:

: [1] barry@shell-4 $ python3.4 -m pip install wxPython_Phoenix-3.0.2.dev78103-cp34-cp34m-macosx_10_6_intel.whl
Unpacking ./wxPython_Phoenix-3.0.2.dev78103-cp34-cp34m-macosx_10_6_intel.whl
Installing collected packages: wxPython-Phoenix
Successfully installed wxPython-Phoenix
Cleaning up...

And got this error:

: 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.

Werner

ยทยทยท

On 11/9/2014 12:37, Barry Scott wrote: