Python3.5环境下安装wxPtyhon

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)

上一篇:python学习第十八天计算机字符编码


下一篇:debian+python3.5环境下安装paramiko模块: