GNOME Bugzilla – Bug 784327
jedi won't load because of an lxml exception
Last modified: 2017-07-01 04:22:04 UTC
$ jhbuild run gnome-builder jedi not found, python auto-completion not possible. Exception in thread Thread-1: Traceback (most recent call last):
+ Trace 237603
self.run()
self._target(*self._args, **self._kwargs)
namespace = tree.find('core:namespace', namespaces=ns)
Created attachment 354754 [details] [review] jedi: silence xml parser warning
You'll certainly run into other jedi issues unless you have Jedi 0.9, but this fixes the issue in the bug. Attachment 354754 [details] pushed as 294920f - jedi: silence xml parser warning