planetmaker@localhost:~/dev/unknown-horizons$ ./run_uh.py Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/fife/fife.py", line 18, in swig_import_helper return importlib.import_module(mname) File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked File "", line 658, in _load_unlocked File "", line 571, in module_from_spec File "", line 922, in create_module File "", line 219, in _call_with_frames_removed ImportError: /usr/lib64/python3.6/site-packages/fife/_fife.so: undefined symbol: _ZN3fcn6Widget11drawOutlineEPNS_8GraphicsE During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./run_uh.py", line 381, in main() File "./run_uh.py", line 110, in main import horizons.main File "/home/planetmaker/dev/unknown-horizons/horizons/main.py", line 41, in from fife import fife as fife_module File "/usr/lib64/python3.6/site-packages/fife/fife.py", line 21, in _fife = swig_import_helper() File "/usr/lib64/python3.6/site-packages/fife/fife.py", line 20, in swig_import_helper return importlib.import_module('_fife') File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ModuleNotFoundError: No module named '_fife'