lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Frescobaldi now needs git installed


From: Urs Liska
Subject: Re: Frescobaldi now needs git installed
Date: Sat, 19 Oct 2013 07:43:17 +0200
User-agent: K-9 Mail for Android




Nick Payne <address@hidden> schrieb:
>The install instructions at http://frescobaldi.org/download.html need
>to 
>add git as a dependency. 

No, they don't.
We have to sort out this bug instead.

How did you get/download Frescobaldi?
The code that raises this error should only run when Frescobaldi runs inside a 
Git repository - which is why I _assumed_ git to be present too.

So: is your Frescobaldi in a Git repository (it has a .git directory beside 
frescobaldi_app)?
If yes: how did you get it without git installed?

Urs

>Without git installed, when trying to run 
>Frescobaldi I get:
>
>address@hidden:~$ /home/nick/source/frescobaldi/frescobaldi
>Traceback (most recent call last):
>  File "/home/nick/source/frescobaldi/frescobaldi", line 3, in <module>
>     import frescobaldi_app.main
>   File "/home/nick/source/frescobaldi/frescobaldi_app/main.py", line 
>176, in <module>
>     main()
>   File "/home/nick/source/frescobaldi/frescobaldi_app/main.py", line 
>135, in main
>     import mainwindow       # contains MainWindow class
>   File "/home/nick/source/frescobaldi/frescobaldi_app/mainwindow.py", 
>line 40, in <module>
>     import menu
>   File "/home/nick/source/frescobaldi/frescobaldi_app/menu.py", line 
>47, in <module>
>     import vcs
> File "/home/nick/source/frescobaldi/frescobaldi_app/vcs/__init__.py", 
>line 46, in <module>
>     app_repo = apprepo.AppRepo()
>  File "/home/nick/source/frescobaldi/frescobaldi_app/vcs/apprepo.py", 
>line 42, in __init__
>     self._activeBranch = self.current_branch()
>  File "/home/nick/source/frescobaldi/frescobaldi_app/vcs/gitrepo.py", 
>line 151, in current_branch
>     for branch in self.branches():
>  File "/home/nick/source/frescobaldi/frescobaldi_app/vcs/gitrepo.py", 
>line 137, in branches
>return [line.strip() for line in self._run_git_command('branch', args)]
>  File "/home/nick/source/frescobaldi/frescobaldi_app/vcs/gitrepo.py", 
>line 119, in _run_git_command
>     raise GitError(str(error))
>vcs.gitrepo.GitError: /bin/sh: 1: git: not found
>
>
>
>_______________________________________________
>lilypond-user mailing list
>address@hidden
>https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

[Prev in Thread] Current Thread [Next in Thread]