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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to