Something appears to be wrong. In trying to build KiCad with this wxPython I'm seeing this: -- Python module install path: lib64/python3.11/site-packages -- pybind11 v2.9.2 Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python3.11/site-packages/wx/__init__.py", line 17, in <module> from wx.core import * File "/usr/lib64/python3.11/site-packages/wx/core.py", line 12, in <module> from ._core import * ModuleNotFoundError: No module named 'wx._core' CMake Error at cmake/FindwxPython.cmake:56 (message): wxPython/Phoenix does not appear to be installed on the system Call Stack (most recent call first): CMakeLists.txt:944 (find_package) When I run /usr/lib64/python3.11/site-packages/wx/_core I get a segmentation fault. The version I built, 4.2.1 with a local build of wxWidgets 3.2.5 works for me.