bug-lilypond
[Top][All Lists]
Advanced

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

Re: midi2ly fails on OSX 10.6.8


From: Hans Aberg
Subject: Re: midi2ly fails on OSX 10.6.8
Date: Sun, 10 Jul 2011 00:20:29 +0200

On 9 Jul 2011, at 22:19, Floris van Manen wrote:

> L.S.
> While trying to launch the midi2ly app, it will fail to start:
> 
> $/Applications/LilyPond.app/Contents/Resources/bin/midi2ly
> Traceback (most recent call last):
> File "/Applications/LilyPond.app/Contents/Resources/bin/midi2ly", 
> line 54, in <module>
> import midi
> ImportError: 
> dlopen(
> /Applications/LilyPond.app/
> Contents/Resources/lib/lilypond/current/python/midi.so, 2):
> no suitable image found.  
> Did find:
> /Applications/LilyPond.app/
> Contents/Resources/lib/lilypond/current/python/midi.so: 
> mach-o, but wrong architecture

It seems that the 'import midi' line in the midi2ly script tries to open an 
x86_64 binary, though all else is i386. One may try fix it using 'arch -i386' 
somewhere. The architecture cane be checked using 'file', and what it is 
calling using 'otool'. 

> (I had to break up the lines, as this mailing app will not allow 
> lines longer then 80 chars. why?)

I think the original mail protocol has such a limit, so mail programs break it 
up, and paste it together so as to make it appear that longer lines are 
possible.

Hans





reply via email to

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