Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 5540  / 2 Years ago, wed, may 25, 2022, 9:07:29

I've installed gedit-developer-plugins on a fresh Ubuntu 13.10 Saucy Salamander



I've lauched gedit (from the terminal) but when I turn a GDP plugin on (in this case GDP Find) I get the following error:




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




The same error only shows while turning on GDP plugins, the others work well.



Any solution to make this plugins work again?


More From » 13.10

 Answers
7

It seams that the old plugin (0.5.15) use the python provided by old gedit (3.6)



it's possible to get the stable plugins (1.1.0) that with with gedit (3.8.3) in saucy at
https://launchpad.net/~sinzui/+archive/ppa



Just run:



sudo add-apt-repository ppa:sinzui/ppa
sudo apt-get update
sudo apt-get install gedit-developer-plugins


And then you can turn the GDP plugins on.



EDIT for UBUNTU 14.04



To enable GDP Format plugin you must install python-pocket-lint, just run:



sudo apt-get install python-pocket-lint


If you are in a hurry, just do everything in one command:



sudo add-apt-repository -y ppa:sinzui/ppa && sudo apt-get update && sudo apt-get -y install gedit-developer-plugins python-pocket-lint

[#28926] Wednesday, May 25, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
memorrappin

Total Points: 325
Total Questions: 122
Total Answers: 100

Location: Armenia
Member since Sat, Sep 12, 2020
4 Years ago
;