You are not logged in.

#1 2010-11-20 21:11:52

gorudonu
Member
Registered: 2010-08-08
Posts: 37

git-cola error when installing

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 token

I 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

#2 2010-11-21 00:18:40

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: git-cola error when installing

probably need to change "python setup.py build" to "python2..."

Edit: gitg is another.

Offline

#3 2010-11-21 08:47:27

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: git-cola error when installing

fixed git-cola and git-cola-git for the python split

Offline

#4 2010-11-21 23:14:12

gorudonu
Member
Registered: 2010-08-08
Posts: 37

Re: git-cola error when installing

My bad I didn't check my python version. Now everything works like a charm. Thanks!

Offline

Board footer

Powered by FluxBB