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

Failed to activate #3

Open
Kentoseth opened this issue Aug 7, 2016 · 7 comments
Open

Failed to activate #3

Kentoseth opened this issue Aug 7, 2016 · 7 comments

Comments

@Kentoseth
Copy link

OS: ubuntu 14.04

Install method:

apt-get install python-jedi

(python-jedi (0.7.0-1))

Placed 2 scripts in path /.local/share/gedit/plugins/

script-names:

  • gedi.py
  • gedi.plugin

The plugin 'Gedi' could not be loaded
An error occurred: Failed to load

How do I debug this?

@isamert
Copy link
Owner

isamert commented Aug 7, 2016

Which version of Gedit are you running? Because this plugin only supports Gedit version 3 and higher.

@Kentoseth
Copy link
Author

The standard Ubuntu 14.04 version:

3.10.4

@isamert
Copy link
Owner

isamert commented Aug 11, 2016

Sorry for the late response, somehow my notifications got broken.

I have actually no idea what causes this. Is python3 command working?

@djbucci
Copy link

djbucci commented Feb 9, 2017

Make sure you pip3 install jedi. I had to do this, since I'm one of the few still stuck in the past that works 2.7.

@fel-ap
Copy link

fel-ap commented Jul 27, 2017

Hi, I'm also having issues setting up Gedi. The plugin shows up in gedit's plugin list and I managed to load it successfully. However whenever I type some code, I repeatedly get this error in the linux terminal :

File "/usr/lib/i386-linux-gnu/gedit/plugins/gedi.py", line 69, in do_match
_, iter = context.get_iter()
TypeError: 'TextIter' object is not iterable

This message shows up after every character I type with my keyboard. Can you please help me out with this ?

Thank you.

@isamert
Copy link
Owner

isamert commented Jul 27, 2017

@fel-ap I commited a fix, can you try it and tell me if it works? I can't test it right now because I'm not on a GNOME environment.

@fel-ap
Copy link

fel-ap commented Jul 29, 2017

@isamert Yes it seems to be working thanks ! If anything else shows up, I will let you know.

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

4 participants