[Top][All Lists]
[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 10:58:46 +0200 |
Please cc the list, so that others can engage in the issue.
Hans
On 10 Jul 2011, at 10:55, Floris van Manen wrote:
>
> On Jul 10, 2011, at 00:20, Hans Aberg wrote:
>
>> 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 use the macport python 2.7 version.
> Apparently the Lilypond dmg distribution package gets confused as what
> interpreter to use...
> I believe the distribution package should not address outside its own area ...
>
> .F
>