wxPython for Python 3

后端 未结 8 2283
星月不相逢
星月不相逢 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 14:00

    wxPython 4 was released 2018-01-31 and is now pip installable. It supports Python 2.7 and Python 3.4+. You can find it on PyPI here:

    • https://pypi.python.org/pypi/wxPython/4.0.0

    If you are migrating from wxPython 2.8 or 3.0 to wxPython 4, you will want to see the following articles:

    • https://wxpython.org/Phoenix/docs/html/MigrationGuide.html
    • https://wxpython.org/Phoenix/docs/html/classic_vs_phoenix.html

    Old versions of wxPython are still on SourceForge

提交回复
热议问题