wxPython for Python 3

后端 未结 8 2289
星月不相逢
星月不相逢 2020-12-13 13:15

Does wxPython have a version for Python 3?

If it does, where can I get it?

8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-13 13:55

    If you are facing problem to install wxpython on Python3 please use this command to install wxpython

    $ pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 wxPython
    

    By this command you can install latest wxPython4 version. If you are using Windows or macOS

    $ pip install -U wxpython
    

    If you want to use Anaconda venv use this

    $conda intall -c anaconda wxpython
    

提交回复
热议问题