However, I couldn't manage to run python. For example, I would
expect /Program Files/LilyPond/usr/bin/python2.4.exe in a command window
to start the interpreter, but it seems that the command doesn't do
anything at all.

That's not much.  You did set PYTHONPATH?  Try using -v to see what
the problem might be.
I did try that and all other possible flags and there's no output whatsoever.

However, midi2ly fails with "ImportError: No module named midi"


Yes, .dll loading seems to be broken.
The primary problem is that the file isn't found at all, since the lines
adding to the python path are completely off relative to the windows
setting. The simple solution (already used for lilylib.py) is to move the
midi.dll to ...\LilyPond\usr\bin\, but then we see the problem you mention:

ImportError: dynamic module does not define init function (initmidi)

I'm trying to figure out what goes wrong with lilypond-book.

 /Mats


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to