lilypond-devel
[Top][All Lists]
Advanced

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

Re: [patch] fixes lilypond-book on OSX with python 2.4.4


From: Han-Wen Nienhuys
Subject: Re: [patch] fixes lilypond-book on OSX with python 2.4.4
Date: Fri, 28 Mar 2008 21:00:18 -0300

This is wrong .  Are you sure you are running 2.4 ?
set (lowercase) is a builtin type.

Python 2.4.3 (#2, Oct  6 2006, 07:52:30)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> Set()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
NameError: name 'Set' is not defined
>>> set
<type 'set'>
>>>


2008/3/28, Graham Percival <address@hidden>:
> I had to apply the attached patch to get lilypond-book from GUB
>  2.11.43-2 to work on OSX with python 2.4.4.  The line numbers probably
>  won't match up exactly with the version in git, since they were based
>  on the "compiled" lilypond-book script.
>
>  According to a "python set example" webpage, Set() is capitalized.
>  Maybe in 2.5 it accepts the lower case version?  (I don't pretend to
>  understand why I need this patch any (presumably) Han-Wen didn't; I'll
>  let you python guys sort it out from here.  :)
>
>  Cheers,
>
> - Graham
>
> _______________________________________________
>  lilypond-devel mailing list
>  address@hidden
>  http://lists.gnu.org/mailman/listinfo/lilypond-devel
>
>
>


-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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