Re: lilypond and python-2.2

2002-01-16 Thread Jan Nieuwenhuizen
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.*

lilypond and python-2.2

2002-01-16 Thread Petr Mladek
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