class browser gedit 3.8+

Asked by Kurt

Are there any plans to port the plugin to python3 to enable it to work on gedit 3.8+ as the plugins now run on python3?
Currently getting and error:

libpeas-WARNING **: Could not find loader 'python' for plugin 'classbrowser3g'

which is consistent with the python issue I mention.

Kind regards,

Kurt

Question information

Language:
English Edit question
Status:
Solved
For:
gedit-classbrowser3g Edit question
Assignee:
No assignee Edit question
Solved by:
B. Clausius
Solved:
Last query:
Last reply:
Revision history for this message
Best B. Clausius (barcc) said :
#1

I already ported Gedit Class Browser 3g to gedit 3.8/Python 3, there is just no official release yet because it is not well tested. You can get the unreleased code from https://code.launchpad.net/~barcc/gedit-classbrowser3g/trunk with the following command:

bzr branch lp:gedit-classbrowser3g

you need the Bazaar version control system installed for this command.

Revision history for this message
Kurt (kurt-forrester-fec) said :
#2

Thanks B Clausius, that solved my question.