bug-lilypond
[Top][All Lists]
Advanced

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

Issue 764 in lilypond: convert-ly does not work in the lilypad for OSX


From: codesite-noreply
Subject: Issue 764 in lilypond: convert-ly does not work in the lilypad for OSX 10.4
Date: Sun, 08 Mar 2009 18:54:35 +0000

Status: New
Owner: ----

New issue 764 by jameselihubailey: convert-ly does not work in the lilypad for OSX 10.4
http://code.google.com/p/lilypond/issues/detail?id=764

Convert-ly does not work using the menu item in the Lilypond.app on OSX 10.4.

With python 2.6 installed annd correctly defined in the PATH, convert-ly
does not work using the lilypad on OSX 10.4. (Note that convert-ly works
fine when called from the command line.)

If the first line of convert-ly is changed (as suggested) to be
#!/usr/bin/env python
attempting to use convert-ly from the menu fails with the error:
 Python 2.4 or newer is required to run this program.
Please upgrade Python from http://python.org/download/, and if you use MacOS X,
please read 'Setup for MacOS X' in Application Usage.

(I'll re-iterate: python 2.6 is installed, on the path, and the command
convert-ly works as expected when run from the command line)

If the first line of convertly is changed (as also suggested) to be
#!/path/to/newly_installed/python
attempting to use convert-ly fails with the error:
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File
"/Users/jamesebailey/Applications/LilyPond.app/Contents/Resources/bin/convert-ly",
line 14, in <module>
    import os
ImportError: No module named os

Again, convert-ly works as expected on the same file when called from the
command line.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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