gedi icon indicating copy to clipboard operation
gedi copied to clipboard

jedi is not found

Open bagustris opened this issue 4 years ago • 0 comments

After updating from git, I need to comment line 99-101 and unindent once line 102 in gedi.py to make it works on Gedit 3.18.3 on Ubuntu 16.04.6

97         for completion in Jedi.get_script(document).completions():           
98            complete = completion.name
99            #if jedi.__version__ <= (0,7,0):                          
100           #    doc=completion.doc         
101           #else:                            
102           doc=completion.docstring()

The reason is the following error message: jedi is not found

Thanks again for your great works! Let's make gEdit great again.

bagustris avatar Dec 20 '19 10:12 bagustris