gedit xmltools plug-in fails miserably on installation

Bug #1696210 reported by Jordan Jelinek
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gedit XML Tools
New
Undecided
Unassigned

Bug Description

This is what happens. Currently using Ubuntu 14.04

# make
py_compilefiles *.py
/bin/sh: 1: py_compilefiles: not found
make: *** [default] Error 127

Revision history for this message
Jordan Jelinek (jordan-jelinek) wrote :

Also, python is installed, as is python3

# python --version
Python 2.7.6

# python3 --version
Python 3.4.3

Revision history for this message
Michael Girardi (girardimichael) wrote :

In Makefile I changed the 5th line from:
   py_compilefiles *.py
to
   pycompile *.py

But it doesn't work anyway..

In the Gnome documentation the GEdit plugins seem to be placed in another directory
(see https://help.gnome.org/users/gedit/stable/gedit-plugins-install.html.en)

I tried to copy the files in those two directories:
~/.gnome2/gedit/plugins (like Makefile installation option)
and
~/.local/gedit/plugins (like Gnome documentation)

But in the Modify->Preferences->Plugin it does not appear any new entry.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.