Still no wxPython for Python 3 (or 3.3) yet? [closed]

我是研究僧i 提交于 2019-12-03 22:59:55

wxPython 4 is here and supports Python 2.7 and 3.5. It can be found on PyPI - https://pypi.python.org/pypi/wxPython and is installed via pip:

pip install wxPython

If you want to try the bleeding edge, there are snapshot builds here:

You will also want to check out the Migration Guide and the Classic vs Phoenix documentation page for more information about the changes to wxPython

ProjectPhoenix is in development and will allow wxpython to work with python3. I couln't tell you how long it will be till it is released but i think it can be used already to a certain extent.

How "stable" is Phoenix

Phoenix status

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!