editorconfig / editorconfig-gedit

EditorConfig plugin for Gedit
http://editorconfig.org
Other
54 stars 13 forks source link

'python' plugin loader problem #14

Closed webmaster128 closed 7 years ago

webmaster128 commented 7 years ago

After installing the plugin version 0.5.3 (Manual installation) on Ubuntu 16.04 (gedit 3.18.3), I get the error:

libpeas-WARNING **: The 'python' plugin loader has not been enabled

When changing Loader=python to Loader=python3 in editorconfig.plugin, the error goes away.

No virtualenv is used and the python executable is Python 2.7.12.

xuhdev commented 7 years ago

Maybe your gedit did not enable the python loader, which caused the issue?

webmaster128 commented 7 years ago

How to enable these loaders?

xuhdev commented 7 years ago

Should be fixed in 53d469c8fa91b147417ad0bb4fe9f38925141952

Looks like people are moving onto python3 loader.