You are not logged in.
Hello. I want to install package from AUR git-cola-git, but after download i got an error:
Cloning into git-cola...
remote: Counting objects: 10650, done.
remote: Compressing objects: 100% (2905/2905), done.
remote: Total 10650 (delta 7634), reused 10493 (delta 7532)
Receiving objects: 100% (10650/10650), 2.11 MiB | 487 KiB/s, done.
Resolving deltas: 100% (7634/7634), done.
Cloning into git-cola-build...
done.
python setup.py build
File "setup.py", line 33
old_mask = os.umask(0022)
^
SyntaxError: invalid tokenI thought that it's package error, but when I download source from git-cola site and tried to compile it myself I got that same error.
//offtop
Do you know simlar program to git-cola ? Thanks for all replies.
Offline
probably need to change "python setup.py build" to "python2..."
Edit: gitg is another.
Offline
fixed git-cola and git-cola-git for the python split
Offline
My bad I didn't check my python version. Now everything works like a charm. Thanks!
Offline