It was something that worked w/o a hitch in last release... Now, w/upgrade, I get this:
leechcraft QTranslator* LeechCraft::Util::InstallTranslator(const QString&, const QString&, const QString&) could not load translation file for locale "en_US" "qt_en_US" Segmentation fault
or this:
leechcraft --safe-mode QTranslator* LeechCraft::Util::InstallTranslator(const QString&, const QString&, const QString&) could not load translation file for locale "C" "qt_C" Segmentation fault (core dumped)
Tried a traceback but got python stuff:
gdb /usr/bin/leechcraft core Traceback (most recent call last): File "/usr/lib64/python2.7/site.py", line 553, in <module> main() File "/usr/lib64/python2.7/site.py", line 535, in main known_paths = addusersitepackages(known_paths) File "/usr/lib64/python2.7/site.py", line 266, in addusersitepackages user_site = getusersitepackages() File "/usr/lib64/python2.7/site.py", line 241, in getusersitepackages user_base = getuserbase() # this will also set USER_BASE File "/usr/lib64/python2.7/site.py", line 231, in getuserbase USER_BASE = get_config_var('userbase') File "/usr/lib64/python2.7/sysconfig.py", line 516, in get_config_var return get_config_vars().get(name) File "/usr/lib64/python2.7/sysconfig.py", line 449, in get_config_vars import re File "/usr/lib64/python2.7/re.py", line 105, in <module> import sre_compile File "/usr/lib64/python2.7/sre_compile.py", line 14, in <module> import sre_parse File "/usr/lib64/python2.7/sre_parse.py", line 17, in <module> from sre_constants import * File "/usr/lib64/python2.7/sre_constants.py", line 18, in <module> from _sre import MAXREPEAT ImportError: cannot import name MAXREPEAT
The python files all verify (rpm -V) as being up-to-date and having all dependencies satisfied.... So I've no idea how to proceed... MAXREPEAT? Could that be caused by it being unable to find the translation files (it needs translation files for 'C' locale?)? A core dump seems a rather extreme response for not finding 'C' translation files (or en_US, earlier)... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org