I can’t seem to create a usable Py3 tool chain.
I tried using pip, presumably getting wxPython_Phoenix-3.0.2.dev78075-cp34-none-win_amd64.whl
Suggestions?
Results below:
C:\Python34\Scripts>pip install --pre -f Index of /Phoenix/snapshot-builds wxPython_Phoenix
Downloading/unpacking wxPython-Phoenix
Index of /Phoenix/snapshot-builds uses an insecure transport scheme (http). Consider using https if wxpytho
n.org has it available
Installing collected packages: wxPython-Phoenix
Successfully installed wxPython-Phoenix
Cleaning up…
python
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:16:31) [MSC v.1600 64 bit (AMD64)] on win32
Type “help”, “copyright”, “credits” or “license” for more information.wx.version
Traceback (most recent call last):
File “”, line 1, in
NameError: name ‘wx’ is not defined
import wxversion
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named ‘wxversion’
import wx
C:\Python34\lib\site-packages\wx\core.py:22: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn(“wxPython/wxWidgets release number mismatch”)
wx.version
‘3.0.2.dev78075’
- Ray