On Tue, Oct 27, 2009 at 11:14 AM, James E. Bailey <derhindem...@googlemail.com> wrote: > > Ah, I just realised you meant with the development version (it's not the > main version I use, so I didn't think about it). I still have the md5 > problem: > 19:13:40 jamesebailey lilypond snippets:which python > /Users/jamesebailey/Applications/LilyPond_devel.app/Contents/MacOS//python > 19:14:24 jamesebailey lilypond > snippets:~/Applications/LilyPond_devel.app/Contents/Resources/bin/lilypond-book > lily-book-sample.lytex > lilypond-book (GNU LilyPond) 2.13.6 > Reading lily-book-sample.lytex... > Running latex...This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) > %&-line parsing enabled. > entering extended mode > (/tmp/tmp3fOBCU.tex > LaTeX2e <2005/12/01> > Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, > noh > yphenation, basque, danish, dutch, finnish, french, german, ngerman, > hungarian, > italian, bokmal, nynorsk, polish, portuguese, spanish, swedish, ukenglish, > loa > ded. > (/usr/local/texlive/2008basic/texmf-dist/tex/latex/base/article.cls > Document Class: article 2005/09/16 v1.4f Standard LaTeX document class > (/usr/local/texlive/2008basic/texmf-dist/tex/latex/base/size10.clo)) > No file tmp3fOBCU.aux. > textwidth=345.0pt > columnsep=10.0pt > (./tmp3fOBCU.aux) ) > No pages of output. > Transcript written on tmp3fOBCU.log. > Dissecting... > /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
I wish I could help more with this, but I can't reproduce your problem. IWBN if I had access to Mac OSX 10.4 machine, but I don't. I thought at first that Python 2.6 was bundled in the darwin installers now, but I'm not so sure. Is the python executable in your LilyPond_devel.app/Contents/MacOS just a wrapper or something? Because I see that the md5 library in your backtrace is part of a separate Python installation. -Patrick _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user