> On Feb 4, 2015, at 11:05 AM, Hans Aberg <[email protected]> wrote:
>
>
>> On 4 Feb 2015, at 16:26, Cynthia Karl <[email protected]> wrote:
>
>> This is on a MacBook Pro running OS X 10.10.2.
>
>> Is there any way I can get midi2ly running on this computer?
>
> It works with a script, named say “midi2ly” and put in the PATH, with the
> single line:
> exec /usr/bin/python
> /Applications/LilyPond.app/Contents/Resources/bin/midi2ly "$@“
Thanks, but unfortunately I still have the problem with that:
Patricks-MacBook-Pro:Larkin pat$ which midi2ly
/Users/pat/bin/midi2ly
Patricks-MacBook-Pro:Larkin pat$ cat /Users/pat/bin/midi2ly
#!/bin/bash
exec /usr/bin/python /Applications/LilyPond.app/Contents/Resources/bin/midi2ly
"$@"
Patricks-MacBook-Pro:Larkin pat$ /Users/pat/bin/midi2ly --help
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 like a python problem.
Patricks-MacBook-Pro:Larkin pat$ which python
/usr/bin/python
Patricks-MacBook-Pro:Larkin pat$ /usr/bin/python --version
Python 2.7.6
Patricks-MacBook-Pro:Larkin pat$ /usr/bin/env python --version
Python 2.7.6
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user