lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-book on osx 10.4


From: Patrick McCarty
Subject: Re: lilypond-book on osx 10.4
Date: Tue, 27 Oct 2009 00:58:20 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

On 2009-10-26, James E. Bailey wrote:
> 
> And, for completeness' sake, here's the error output for 2.13.6:
> 
> [snip]

> /Users/jamesebailey/Applications/LilyPond_devel.app/Contents/
> Resources/bin/lilypond-book:1258: DeprecationWarning: the md5 module
> is deprecated; use hashlib instead
>   from md5 import md5
> Traceback (most recent call last):
>   File
> "/Users/jamesebailey/Applications/LilyPond_devel.app/Contents/
> Resources/bin/lilypond-book", line 2136, in <module>
>     main ()
>   File
> "/Users/jamesebailey/Applications/LilyPond_devel.app/Contents/
> Resources/bin/lilypond-book", line 2118, in main
>     chunks = do_file (files[0])
>   File
> "/Users/jamesebailey/Applications/LilyPond_devel.app/Contents/
> Resources/bin/lilypond-book", line 2022, in do_file
>     do_process_cmd (chunks, input_fullname, global_options)
>   File
> "/Users/jamesebailey/Applications/LilyPond_devel.app/Contents/
> Resources/bin/lilypond-book", line 1851, in do_process_cmd
>     outdated = [c for c in snippets if c.is_outdated
> (options.lily_output_dir, output_files)]
>   File
> "/Users/jamesebailey/Applications/LilyPond_devel.app/Contents/
> Resources/bin/lilypond-book", line 1379, in is_outdated
>     found, missing = self.all_output_files (output_dir, current_files)
>   File
> "/Users/jamesebailey/Applications/LilyPond_devel.app/Contents/
> Resources/bin/lilypond-book", line 1314, in all_output_files
>     base = self.basename()
>   File
> "/Users/jamesebailey/Applications/LilyPond_devel.app/Contents/
> Resources/bin/lilypond-book", line 1270, in basename
>     cs = self.get_checksum ()
>   File
> "/Users/jamesebailey/Applications/LilyPond_devel.app/Contents/
> Resources/bin/lilypond-book", line 1258, in get_checksum
>     from md5 import md5
>   File "/Users/jamesebailey/lib/python2.6/md5.py", line 10, in <module>
>     from hashlib import md5
>   File "/Users/jamesebailey/lib/python2.6/hashlib.py", line 136, in
> <module>
>     md5 = __get_builtin_constructor('md5')
>   File "/Users/jamesebailey/lib/python2.6/hashlib.py", line 63, in
> __get_builtin_constructor
>     import _md5
> ImportError: No module named _md5

What happens if you prepend the location of the included python binary
to your PATH?  I think it's in

  LilyPond.app/Contents/MacOS

?

-Patrick




reply via email to

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