Win7系統下,Python3.5環境下安裝wxPtyhon, 已成功安裝並運行。
1、先從下面網站下載對應的whl版本。
https://wxpython.org/Phoenix/snapshot-builds/
win7,64位的版本是:wxPython_Phoenix-3.0.3.dev2700+c524ed1-cp35-cp35m-win_amd64.whl
2、然后pip安裝whl文件
(a)pip install wheel
(b) pip install 文件路徑+文件名(.whl)