I'm receiving this error when installing Komodo Edit?
ImportError: No module named activestate
In the install.sh fiel, I changed the python interpreter because I encountered this error
So the changed part of the file now looks like this:
python -E $dname/support/_install.py "$@"
instead of this
$dname/INSTALLDIR/lib/python/bin/python -E $dname/support/_install.py "$@"