wxWidgets / Phoenix

wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
http://wxpython.org/
2.21k stars 509 forks source link

SOLVED: Demo fails because distutils package has been removed as of Python 3.12 PEP 632 #2523

Closed egoZentric closed 3 months ago

egoZentric commented 3 months ago

SOLVED. Download and overwrite the this file.

https://github.com/wxWidgets/Phoenix/pull/2520

https://github.com/wxWidgets/Phoenix/commit/7e2c7d69c9a71c77b3fb2e0f3d55ccbc7eab6742

---EDITED---

CRITICAL ! Demo will never run.

Demo will no longer run as vanilla out-of-the-box install with python 3.12.1 and wxPython 4.2.1 on Win10

Traceback (most recent call last): File "C:\Users* \wxPython-demo-4.2.1\demo\demo.py", line 3, in import Main File "C:\Users* \wxPython-demo-4.2.1\demo\Main.py", line 59, in from distutils.version import LooseVersion ModuleNotFoundError: No module named 'distutils'

swt2c commented 3 months ago

Duplicate of #2519

egoZentric commented 3 months ago

... BUT #2519 is also closed ! so wher is the OPEN issue if i may ask ?

swt2c commented 3 months ago

It has been fixed in git so the issue is closed. It just hasn't been released yet.

egoZentric commented 3 months ago

SOLVED.

https://github.com/wxWidgets/Phoenix/pull/2520

https://github.com/wxWidgets/Phoenix/commit/7e2c7d69c9a71c77b3fb2e0f3d55ccbc7eab6742