![]() |
wxPython - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: GUI (https://python-forum.io/forum-10.html) +--- Thread: wxPython (/thread-5985.html) |
wxPython - QueenSvetlana - Oct-31-2017 I was reading wiki, and it talked about the developers effort to clean it up for Python 3. Right now, as of today, can I use it with Python 3 in a production level environment? It would seem so, as Google Drive uses it. Just wanted to ask the forum opinion. RE: wxPython - snippsat - Oct-31-2017 (Oct-31-2017, 06:49 PM)QueenSvetlana Wrote: Right now, as of today, can I use it with Python 3 in a production level environment?That's no problem. The road to Python 3 with Project Phoenix took some time, i did test some test with the beta version before the official release and they did work fine. |