On Sat, 2 Sep 2000, Tom Cato Amundsen wrote:

> I'm think extend was added in python 1.5.2. Can someone confirm this?
> Short fix:
>  change the line (471):
>     newchunks.extend(func(m))
> to
>     newchunks = newchunks + func(m)
>     
> Is mudela-book the only script that depend on 1.5.2? There is only
> a quarter of a second to save using .extend on my computer, so
> we can safely stop using list.extend and stay Python 1.5 compatible.

        Thanks :).  Now I at least get a different error.  Here's the end of
it:
-----------------------------------
GNU LilyPond 1.3.83.
Now processing: `1777971881.ly'
Parsing...Error command exited with value 139

  Exiting ...

Traceback (innermost last):
  File "/usr/bin/mudela-book", line 879, in ?
    do_file(input_filename)
  File "/usr/bin/mudela-book", line 791, in do_file
    compile_all_files (chunks)
  File "/usr/bin/mudela-book", line 647, in compile_all_files
    system ('lilypond %s %s' % (lilyopts, texfiles))
  File "/usr/bin/mudela-book", line 620, in system
    error ('Error command exited with value %d\n' % st)
  File "/usr/bin/mudela-book", line 269, in error
    raise 'Exiting.'
Exiting.
-----------------------------------

        Is there a reason why htmldocs no longer contains the manual, etc?  
(/usr/doc/lilypond-documentation-1.3.83/htmldocs).  Does this mean that my
make messed up somewhere?  

        Thanks again, 

        :)


---------------------------------------------------------------------
| Name: Tim Nelson                 | Because the Creator is,        |
| E-mail: [EMAIL PROTECTED] | I am                           |
---------------------------------------------------------------------
Web: Temporarily unavailable

----BEGIN GEEK CODE BLOCK----
Version 3.1
GCS d? s: a-- C++>++++$ US+ P++ L++ E- W+++ N+ w+> M-- V- Y+>++ 
PGP->++ R(+) !tv B++ DI++++ D+ G e>++ h!/* y-
-----END GEEK CODE BLOCK-----


Reply via email to