Petr Mladek <[EMAIL PROTECTED]> writes:
> I had problem to compile lilypond-1.4.10.tar.bz2 with new
> Python-2.2.tar.bz2.
>
> You already found the critical line in lilypond-book.py:
> # pyton2.2b2 barfs on this
> 'lilypond-block':
>
>r"""(?m)^(?!@c)(?P(?s)(?P@lilypond(\[(?P.*
Hello,
I had problem to compile lilypond-1.4.10.tar.bz2 with new
Python-2.2.tar.bz2.
You already found the critical line in lilypond-book.py:
# pyton2.2b2 barfs on this
'lilypond-block':
r"""(?m)^(?!@c)(?P(?s)(?P@lilypond(\[(?P.*?)\])?\s(?P.*?)@end
lilypond\s))""",
I found