I recently upgraded to python-wxpython 1:4.1.1-3
(I am using an Odroid C1+, arm7vh)
But after that, wxPython is not working anymore.
I get the following error message:
$this->bbcode_second_pass_code('', 'Traceback (most recent call last):
File "/mnt/nas-qnap/Projekte/Solarsteuerung/Odroid/./pool-control.py", line 20, in <module>
import wx # wxPython
File "/usr/lib/python3.10/site-packages/wx/__init__.py", line 17, in <module>
from wx.core import *
File "/usr/lib/python3.10/site-packages/wx/core.py", line 12, in <module>
from ._core import *
ImportError: /usr/lib/python3.10/site-packages/wx/_core.cpython-310-arm-linux-gnueabihf.so: undefined symbol: _ZN13wxInputStream5SeekIEx10wxSeekMode')
Does anyone have an idea?