Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

gedit plugins not loading

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
jaskah
Posts: 43
Joined: 2006-05-09 19:22

gedit plugins not loading

#1 Post by jaskah »

hello

i'm trying to use the supercollider-gedit plugin in gedit but get the following error message:

The plugin 'SuperCollider could not be loaded.
An error occurred: Plugin loader 'python' could not be found.

i'm using linux testing (jessie) and gedit 3.8.3-3

any help greatly appreciated!

User avatar
yzT
Posts: 243
Joined: 2012-12-10 14:28

Re: gedit plugins not loading

#2 Post by yzT »

Have you installed python?

Sent through Tapatalk

jaskah
Posts: 43
Joined: 2006-05-09 19:22

Re: gedit plugins not loading

#3 Post by jaskah »

yes, python3 (these plugins were working until a recent python update, in fact).

User avatar
yzT
Posts: 243
Joined: 2012-12-10 14:28

Re: gedit plugins not loading

#4 Post by yzT »

Then maybe the python path changed with that update and you'll have to manual edit the plugin.

Sent through Tapatalk

jaskah
Posts: 43
Joined: 2006-05-09 19:22

Re: gedit plugins not loading

#5 Post by jaskah »

this is the body of the plugin:

[Plugin]
Loader=python
Module=supercollider
IAge=3
Name=SuperCollider
Description=SuperCollider interaction plugin for gedit.
Authors=Artem Popov <artfwo@gmail.com>;Eckard Riedenklau <eriedenk@techfak.uni-bielefeld.de>;Marije Baalman <nescivi AT gmail DOT com>;Jonatan Liljedahl <lijon@kymatica.com>
Copyright=Copyright © 2006-2011 Artem Popov <artfwo@gmail.com>
Website=http://supercollider.sourceforge.net
Version=3.5.3

i tried changing the loader call to
Loader=python3

but didn't help.

any other suggestions?

User avatar
yzT
Posts: 243
Joined: 2012-12-10 14:28

Re: gedit plugins not loading

#6 Post by yzT »

Write the full path to python.

Run first "whereis python" to see where it is (probably /usr/bin/python) and the write the full path on Loader=

Sent through Tapatalk

jaskah
Posts: 43
Joined: 2006-05-09 19:22

Re: gedit plugins not loading

#7 Post by jaskah »

i did this, but it didn't work.

in the end, i managed to get in contact with one of the programmers for this plug-in. he changed the code for compatibility with python3. this now works for me.

Post Reply