Same here, sourcecodebrowser plugin worked on 13.04, no longer works on
13.10. When I start gedit from cmdline I get the same error as OP upon
attempting to enable the plugin. Seems to be a similar issue with many
gedit plugins, but apparently all with different solutions. Many have
recommended editing the .plugin file and changing Loader=python to
Loader=python3, which seems to get us past the "could not find loader"
problem, but still doesn't work:

Traceback (most recent call last):
  File "/home/rob/.local/share/gedit/plugins/sourcecodebrowser/__init__.py", 
line 1, in <module>
    import plugin
ImportError: No module named 'plugin'

Also just for the whynot I tried python2 and got "Could not find loader
'python2' for plugin 'sourcecodebrowser'"

I do have all 3 pythons...

$ which python
/usr/bin/python
$ which python2
/usr/bin/python2
$ which python3
/usr/bin/python3

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1242126

Title:
  gedit: Could not find loader 'python' for plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1242126/+subscriptions

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to