When trying to activate plugin, gedit says:
File "/usr/home/cijohnson/.gnome2/gedit/plugins/CMYKProjectManager/simple_tree_parser.py", line 23
class TreeParser():
^
SyntaxError: invalid syntax
I guess older python doesn't like the empty parantheses? I changed the line to:
class TreeParser:
...and now it works fine.
% python --version
Python 2.5.1