Am guessing that this still relates to 32-bit vs. 64-bit, and the sourceforge download link downloads it as a .zip file, but, if I rename it to .whl, then either trying pip or pip 3 install, and the full file name returns the following:
wxPython_Phoenix-3.0.3.dev1839+4ecd949-cp35-none-win_amd64.whl is not a supported wheel on this platform.
Will try out uninstalling python 3.5.1 32-bit version just now, and try installing 64-bit version, and see how it then reacts.
---end message---
Ok, installed 64-bit version of python 3.5.1, and while pip3 install then managed to install the wx module, if I then try to import it from in the console, I get the following:
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\python35\lib\site-packages\wx\__init__.py", line 17, in <module>
from wx.core import *
File "C:\python35\lib\site-packages\wx\core.py", line 6, in <module>
from ._core import *
ImportError: DLL load failed: The specified module could not be found.
>>>
So, not sure if there are other missing modules, etc., but, for example, at least one other module I wanted to install seems incompatible with 64-bit version, so let's see...
Jacob Kruger
Blind Biker
Skype: BlindZA
"Roger Wilco wants to welcome you...to the space janitor's closet..."
···
On 2016-01-25 11:34 AM, jacob Kruger wrote: