GNOME Bugzilla – Bug 768092
ImportError: No module named 'antler_settings'
Last modified: 2016-07-09 07:39:47 UTC
Hi, When trying to start antler-keyboard, I get the following backtrace: Traceback (most recent call last):
+ Trace 236392
"__main__", mod_spec)
exec(code, run_globals)
from .keyboard_view import AntlerKeyboardView
from antler_settings import AntlerSettings
The following change seems to fix this: -from antler_settings import AntlerSettings +from .antler_settings import AntlerSettings This is similar to bug #722634
I believe commit c2bb701 fixes issue reported here.
No, that patch is not enough unfortunately
Ah right, I missed this change. Actually I used only caribou not antler-keyboard yet so I have less attention towards its code.
3c4180d3f6645081aec833610db88a92a465403b seems to fix this
Wish I would have given permission to close this bug.