一 下载wxpython

下载地址:https://www.wxpython.org/pages/downloads/

wxpython的安装

Python3.6  对应cp36  win32指Windows32  win_amd64指Windows64  macosx指mac osx系统

二 安装wxpython

将下载好的文件复制到Python安装目录下Scripts文件夹内

打开cmd命令窗口 进入Python安装目录下Scripts文件夹运行以下命令:pip install wxPython-4.0.0b2-cp36-cp36m-win_amd64.whl

进入Python安装目录下Scripts文件夹的方法:键入d: 就会进入D盘 再键入cd\Program Files\Python\Scripts就可以了

(我的地址是 D:\Program Files\Python\Scripts)

安装成功会有明显的提示

转自 脚本之家:http://www.jb51.net/article/131685.htm

相关文章:

  • 2022-12-23
  • 2018-11-15
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2021-05-28
猜你喜欢
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2021-04-12
  • 2022-02-27
相关资源
相似解决方案