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

陌路散爱 提交于 2019-12-05 13:25:32

问题


I wanted to start working with wxPython, but I found out that it isn't updated for Python 3. I'm using the newest verion of Python, 3.3 that is.

So I started looking on the web and found some people who said there wasn't, but these threads were like 3 years old.

So my question: Is there still no wxPython update for Python 3? Python 3 has been out for a couple of years now! There should be, right?

Thanks


回答1:


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:

  • http://wxpython.org/Phoenix/snapshot-builds/

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




回答2:


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



来源:https://stackoverflow.com/questions/20614409/still-no-wxpython-for-python-3-or-3-3-yet

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