Status: Accepted Owner: ---- Labels: Type-Other Priority-Low
New issue 1455 by RalphBugList: Windows & MusicXml2Ly - problem with spaces in paths and filenames
http://code.google.com/p/lilypond/issues/detail?id=1455 The problem is in the windows registry setting for invoking python scripts. In my installation, the key Computer\HKEY_CLASSES_ROOT\Python\shell\open\command had the value "C:\Program Files\LilyPond\usr\bin\python.exe" "%1" %2 %3 %4 %5 %6 %7 %8 %9 which should be changed to have quotes around each command line argument, like this: "C:\Program Files\LilyPond\usr\bin\python.exe" "%1" "%2" "%3" "%4" "%5" "%6" "%7" "%8" "%9" The same string appears in the key Computer\HKEY_CLASSES_ROOT\py_auto_file\shell\open\command but changing the quotes there didn't seem to do anything for running musicxml2ly. There is a (possibly) related discussion on old.nabble.com : http://old.nabble.com/MusicXml2Ly---problem-with-spaces-in-paths-and-filenames-ts22167692.html#a22167692 _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond