[Bug 1228252] Please provide wxPython for Python 3.11
https://bugzilla.suse.com/show_bug.cgi?id=1228252 https://bugzilla.suse.com/show_bug.cgi?id=1228252#c4 --- Comment #4 from Aaron Williams <aaron.w2@gmail.com> --- 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: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com