Comment # 4 on bug 1228252 from Aaron Williams
I'm getting the following error:
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'

I see the file under /usr/lib64/python3.11/site-packages/wx so I don't know why
it isn't finding it.

In the build I did of wxPython against a local version of wxWindows I see
different files for the shared libraries.  In my version, all of the shared
library files end with .cpython-311-x86_64-linux-gnu.so:

I'm guessing that Python is not finding the shared libraries which are missing
the .so extension.

I'm attempting to build my own RPM from your source, however, the dependency
stage is extremely slow (on a fast SSD and 32 core system).


You are receiving this mail because: