zoukankan      html  css  js  c++  java
  • python GUI wxPython

    wxPython 官网 https://pypi.org/project/wxPython/

    wxPython  安装  pip install wxPython     (安装失败)

    推荐豆瓣镜像 

    pip3 install -i https://pypi.douban.com/simple wxpython

    C:Usersdangzhengtao>pip3 install -i https://pypi.douban.com/simple wxpython
    Looking in indexes: https://pypi.douban.com/simple
    Collecting wxpython
      Downloading https://pypi.doubanio.com/packages/8a/12/08d58ad0a782aa003f2f4c19c2d2d8a55bc0141f9b925ea2f066732a7319/wxPython-4.0.7.post2-cp37-cp37m-win_amd64.whl (23.0MB)
         |████████████████████████████████| 23.0MB 1.3MB/s
    Collecting numpy; python_version >= "3.0"
      Downloading https://pypi.doubanio.com/packages/a9/38/f6d6d8635d496d6b4ed5d8ca4b9f193d0edc59999c3a63779cbc38aa650f/numpy-1.18.1-cp37-cp37m-win_amd64.whl (12.8MB)
         |████████████████████████████████| 12.8MB 328kB/s
    Requirement already satisfied: six in e:python37libsite-packages (from wxpython) (1.11.0)
    Requirement already satisfied: pillow in e:python37libsite-packages (from wxpython) (5.2.0)
    Installing collected packages: numpy, wxpython
    Successfully installed numpy-1.18.1 wxpython-4.0.7.post2
  • 相关阅读:
    yum 安装pip
    sed和awk用法
    awk删除最后一个字符
    shell读取文件内容并进行变量赋值
    git 添加、提交、推送
    git 本地代码冲突解决,强制更新
    sys系统模块
    os模块
    time-时间模块
    环境变量的使用
  • 原文地址:https://www.cnblogs.com/dangzhengtao/p/12201362.html
Copyright © 2011-2022 走看看