lilypond-user
[Top][All Lists]
Advanced

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

Re: Errors running lilypond-book


From: David Kastrup
Subject: Re: Errors running lilypond-book
Date: Wed, 05 Mar 2014 09:40:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

David Kastrup <address@hidden> writes:

>> lilypond-book.py: error: file not found: screech-and-boink.ly
>>
>> Traceback (most recent call last):
>>   File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line 776, in ?
>>     main ()
>>   File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line 759, in 
>> main
>>     chunks = do_file (files[0])
>>   File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line 611, in 
>> do_file
>>     chunks = find_toplevel_snippets (source, global_options.formatter)
>>   File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line 362, in 
>> find_toplevel_snippets
>>     snip = klass (type, m, formatter, line_number, global_options)
>>   File "C:\Program 
>> Files\LilyPond\usr\share\lilypond\current\python\book_snippets.py", line 
>> 815, in __init__
>>     global_options.include_path, global_options.original_dir)).read ()
>>   File "C:\Program 
>> Files\LilyPond\usr\share\lilypond\current\python\book_base.py", line 27, in 
>> find_file
>>     exit (1)
>> TypeError: 'str' object is not callable
>
> What happens if you just call python and type
>
>     exit(1)
>
> at its prompt?

Any other takers using Windows?  Is this version of Python something we
distribute/install?  Is the result different for

import sys
sys.exit(1)

?

-- 
David Kastrup



reply via email to

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