Menu

#2 Install issue

v1.0 (example)
open
None
5
2016-11-02
2016-11-02
the-moog
No

Installer problems
Platform: Ubuntu 14.04
from tgz expanded folder

sudo python setup.py install runs fine
creates a /usr/local/bin/gecrit python file with a static path /usr/share/gEcrit that does not exist
obviously this can be fixed with
sudo ln -s /usr/local/lib/python2.7/dist-packages/gEcrit /usr/share/gEcrit /usr/share/gEcrit
but then we get
AttributeError: 'module' object has no attribute 'Color'
Found two lines (51,52) in SyntaxHighlight.py that use the wrong spelling
Fixed, but then the problems really start.......

Discussion


Log in to post a comment.