> so it catches the default OSX python of 2.3.5. I don't know what
> python OSX 10.5 comes with, but in 10.4 it's still 2.3.5.
2.5.1
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
On Fri, 28 Mar 2008 21:00:18 -0300
"Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote:
> This is wrong . Are you sure you are running 2.4 ?
> set (lowercase) is a builtin type.
Sorry, I just figured this out.
I have python 2.4.4 installed in /opt/somewhere, and it comes first
in my PATH. However, th
On Fri, 28 Mar 2008 21:00:18 -0300
"Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote:
> 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", "cre
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 "
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