Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jedi is not found #11

Open
bagustris opened this issue Dec 20, 2019 · 0 comments
Open

jedi is not found #11

bagustris opened this issue Dec 20, 2019 · 0 comments

Comments

@bagustris
Copy link

bagustris commented Dec 20, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant