bug-lilypond
[Top][All Lists]
Advanced

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

Re: convert-ly error in 2.7.32 Windows


From: Jan Nieuwenhuizen
Subject: Re: convert-ly error in 2.7.32 Windows
Date: Wed, 08 Feb 2006 11:19:24 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Thomas Scharkowski writes:

> I get the following error message (LilyPond 2.7.32, Windwos XP):
>     return m.group (1)
> IndexError: no such group
> Process convert-ly.py exited with code 1

> 2.7.31-2 worked.

That is very odd.  Could it be that you are in fact using an older
version of python now?

This will be fixed in the next release for older versions of python
(see below), but on windows, convert-ly should be using the bundeled
python2.4 anyway.  Could you find out if you have an older version of
python, and if/why you are usin that now?

Jan.


--- convertrules.py     06 feb 2006 10:38:22 +0100      1.37
+++ convertrules.py     08 feb 2006 11:17:01 +0100      
@@ -17,7 +17,7 @@ class FatalConversionError:
 conversions = []
 
 error_file = sys.stderr 
-lilypond_version_re_str = '\\\\version *\"[0-9.]+"'
+lilypond_version_re_str = '\\\\version *\"([0-9.]+)"'
 lilypond_version_re = re.compile (lilypond_version_re_str)

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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