Gedit-Clientside-Plugin icon indicating copy to clipboard operation
Gedit-Clientside-Plugin copied to clipboard

Could not find loader 'python' for plugin 'clientside'

Open LeoIannacone opened this issue 10 years ago • 4 comments

Hi,

I'm not able to use plugin in gedit 3.10.4.

This is what I get when I try to enable clientside in the Preferences/Plugin window:

(gedit:26091): libpeas-WARNING **: Could not find loader 'python' for plugin 'clientside'

LeoIannacone avatar Mar 12 '14 00:03 LeoIannacone

this is because the new gedit uses python3 and a different GTK lib. so I'm wondering if this will ever be updated...

vivichrist avatar May 18 '14 04:05 vivichrist

Hey @LeoIannacone @vivichrist , Just wanted to update on this, I haven't been able to update this project along with it's brother project for Sublime Text. If anyone would like to take over either of these projects just let me know:

http://trentrichardson.com/2014/03/15/gedit-clientside-sublime-text-clientside-needs-new-home/

trentrichardson avatar May 20 '14 19:05 trentrichardson

tempting but I am currently finishing my compsci degree and likely wouldn't have time... :(

vivichrist avatar Sep 10 '14 02:09 vivichrist

I think i have the same issue.

(gedit:15827): libpeas-WARNING **: The 'python' plugin loader has not been enabled

AFIAK python2 pulgin loading is dropped in libpeas since ~gedit 3.10 and is hardcoded to only load using python3 loader, it also requires plugins to use python-gi bindings, but dont quote me on that.

$ gedit --version
gedit - Version 3.14.0

$ gnome-shell --version
GNOME Shell 3.14.2

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.0 (jessie)
Release:    8.0
Codename:   jessie

hertzg avatar Dec 11 '14 17:12 hertzg