wxpython是python开发常用图形用户界面(GUI)工具之一,GUI因其直观便捷,对我们提高开发效率一定帮助。这里介绍一下新版本wxPython 4.0.1的安装过程及注意事项。

第1步:下载适合当前操作系统的wxpython版本,与使用的python版本相一致。这里操作系统使用windows10,python3.8。

在wxpython.org网站下载,(https://pypi.org/project/wxPython/#files),我下载的是红框内的。

win10 python3.8 wxpython.whl 安装步骤

 

 

 

 

 

win10 python3.8 wxpython.whl 安装步骤

第2步 打开windows的dos操作界面,进入安装了python38的文件夹下,安装install wheel

D:\python\Scripts>pip3.8.exe install wheel

win10 python3.8 wxpython.whl 安装步骤

 

 

win10 python3.8 wxpython.whl 安装步骤

第3步:DOS命令行运行下面语句:

D:\python\Scripts>pip3.8.exe install wheel install D:\software\wxPython-4.1.1-cp38-cp38-win_amd64.whl

 

win10 python3.8 wxpython.whl 安装步骤

 

 

win10 python3.8 wxpython.whl 安装步骤

 完成

相关文章:

  • 2021-09-23
  • 2021-11-03
  • 2021-07-26
  • 2021-04-13
  • 2022-01-05
  • 2021-09-03
  • 2021-04-24
  • 2021-06-03
猜你喜欢
  • 2021-05-18
  • 2022-12-23
  • 2021-06-27
  • 2021-10-14
  • 2021-07-06
  • 2021-12-31
  • 2022-01-07
相关资源
相似解决方案