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

Error: Plugin loader "python" was not found. #153

Closed
JuanHdz0 opened this issue May 25, 2013 · 18 comments
Closed

Error: Plugin loader "python" was not found. #153

JuanHdz0 opened this issue May 25, 2013 · 18 comments

Comments

@JuanHdz0
Copy link

Well, I tried install this plugins before this had a repository in Ubuntu 13.04, I cloned this and I did the manual installation. Now, I installed the repository and updated my system, but I can't activate plugins 'cause appear me that error.

I don't know what I have to do and I'm so newbie in Ubuntu. Also, I hardly understand English. So... I hope You can help me. Thnks.

  • Ubuntu 13.04 64-bits
  • Gnome 3.8
  • GEdit 3
  • Rails 3.2.12
@ai
Copy link
Member

ai commented May 26, 2013

Do you have python on system? Try in terminal:

sudo apt-get install python python3

@JuanHdz0
Copy link
Author

Reading package lists... Done
Building dependency tree
Reading state information... Done
python is already the newest version.
python3 is already the newest version.

... Yes, i have python and python3 installed on my pc.

@ai
Copy link
Member

ai commented May 27, 2013

This issue is look same? https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/859089

@JuanHdz0
Copy link
Author

Maybe, but I don't run from the command line because I don't know how... This looks same:

"When I try to enable some plugins in gedit, I get an error:
The plugin 'Bracket Completion' could not be loaded
An error occurred: Plugin loader 'python' was not found."

Only with Gedit/Gmate plugins.

@anaqueila
Copy link

in /usr/lib/gedit/plugin choice your plugin

for example gemini.plugin

Change

[Plugin]
Loader = python

by

[Plugin]
Loader = python3

In some plugins it worked for me

@ai
Copy link
Member

ai commented May 29, 2013

@anaqueila Thanks! Should we change all plugin descriptors in project?

@JuanHdz0
Copy link
Author

Yeah! Yeah! Yeah!!! Thkns @anaqueila ... It works! :D Well.. At least with Gemini plugin. :s

I'll try that with others plugins, and then I'll comment my results.

@JuanHdz0
Copy link
Author

Well... I thought so... Only in "Pair Character Completion" and "Snap Open" doesn't work change python => python3 ... >.<'

In the "Pair Character Completion" said:
The plugin 'Pair Character Completion' could not be loaded.
An error occurred: Failed to load.

And the same for "Snap Open"...

Everything was going so good. >.<'

@anaqueila
Copy link

I Think so @ai, but as said @DarknessBlood , in some cases don't work.
I'll trying find the error, if i find i talk to you Ok

@JuanHdz0
Copy link
Author

Ok... Thkns @anaquelia ...

@ai, the plugin most occupy is Pair Character Completion, can You help me?

@ai
Copy link
Member

ai commented May 30, 2013

@DarknessBlood what you meen?

@JuanHdz0
Copy link
Author

Well.. I need Pair Character Completion plugin and I noticed that "TabSwitch" neither works... T_T

@ai
Copy link
Member

ai commented May 30, 2013

As I understand, gmate contain Pair Char Completion plugin

@JuanHdz0
Copy link
Author

Yeah.. It contain... But don't work!! Gedit don't found "python" and failed with "python3" ... Do you understand? :s

@ai
Copy link
Member

ai commented May 30, 2013

Understand, you want to fix the source of this plugin. Ok, I need a few minutes.

@ai
Copy link
Member

ai commented May 30, 2013

Done 4bff077

@ai
Copy link
Member

ai commented May 30, 2013

I send sources to rebuild deb package. You will receive update throw Software Update in this days.

@ai ai closed this as completed May 30, 2013
brad added a commit to brad/gmate that referenced this issue Apr 21, 2014
I was getting the "Error: Plugin loader "python" was not found." issue (gmate#153) on this plugin in Arch Linux. This change fixes it.
ai added a commit that referenced this issue Apr 21, 2014
Fix plugin loader not found issue (#153)
@sayan1999
Copy link

in /usr/lib/gedit/plugin choice your plugin

for example gemini.plugin

Change

[Plugin]
Loader = python

by

[Plugin]
Loader = python3

In some plugins it worked for me

worked for me.

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