you have to identify the needed version of the "wheel" file whl for
you python version, operating system etc, e.g.
wxPython_Phoenix-3.0.3.dev2043+6aacc38-cp35-cp35m-macosx_10_6_intel.whl
wxPython_Phoenix-3.0.3.dev2043+6aacc38-cp35-cp35m-win32.whl
wxPython_Phoenix-3.0.3.dev2043+6aacc38-cp35-cp35m-win_amd64.whl
You can (re)install via pip from the command line, e.g. (with the correct path):
On Fri, May 20, 2016 at 1:05 PM, Vlastimil Brom <vlastim...@gmail.com> wrote:you have to identify the needed version of the "wheel" file whl for
you python version, operating system etc, e.g.
wxPython_Phoenix-3.0.3.dev2043+6aacc38-cp35-cp35m-macosx_10_6_intel.whl
wxPython_Phoenix-3.0.3.dev2043+6aacc38-cp35-cp35m-win32.whl
wxPython_Phoenix-3.0.3.dev2043+6aacc38-cp35-cp35m-win_amd64.whl
You can (re)install via pip from the command line, e.g. (with the correct path):or you can do it with one step with pip:
python -m pip install --no-index --find-links=http://wxpython.org/Phoenix/snapshot-builds/ --trusted-host wxpython.org wxPython_Phoenix(yes, it took me a while to figure out all those flags)-CHB
python -m pip install --no-index --find-links=http://wxpython.org/Phoenix/snapshot-builds/ --trusted-host wxpython.org wxPython_Phoenix
(env3.4) E:\PyDevSrc7\Dp710>python -m pip install --upgrade http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev2043+6aacc38-cp34-cp34m-win32.whl
wxPython_Phoenix-3.0.3.dev2043+6aacc38-cp34-cp34m-win32.whl is not a supported wheel on this platform.
Your way worked perfectly. The only thing I needed to add was the --upgrade flag.
that's a py3.4 wheel -- are you running 3.5 now?
I would also strongly recommend setting up and activating a virtual environment when testing.
-- Regards David Hughes Forestfield Software
Note if you have both Python 2 & 3 installed you will need pip3 rather
than pip, (I find that the current version doesn't build for me on python2).
I would also strongly recommend setting up and activating a virtual
environment when testing.
--
Steve (Gadget) Barnes
Any opinions in this message are my personal opinions and do not reflect
those of my employer.
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.