lilypond-devel
[Top][All Lists]
Advanced

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

Re: MacOS python/GUI issues


From: Carl D. Sorensen
Subject: Re: MacOS python/GUI issues
Date: Sat, 18 Oct 2008 13:51:54 -0600



On 10/3/08 4:18 PM, "Han-Wen Nienhuys" <address@hidden> wrote:

> You need to have a python (2.4 or newer) installation that includes py2app,
>
> http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html
>

Installed, but I'm not sure how to check that it installed correctly.  I was
able to do the first step of the py2app tutorial, and successfully created
setup.py.  But I don't have a tutorial app to build.

I copied convert-ly.py to my MyApplication.py in my test directory, and it
looks like py2app is running.

> when you have that, you should check out the lilypad installer at
>
> http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=shortlog;h=refs/heads/mac
> os-lilypad

OK, so when I did this I ended up with a .tar.gz.  When I extracted it, I
got a lilypond directory, with names that looked right to me.

> where the .icns is from
>
> http://cvs.savannah.gnu.org/viewcvs/*checkout*/installers/macos/lilypond.icns?
> root=lilypond

I downloaded lilypond.icns, and placed it in the lilypond directory created
from the .tar.gz file above.
>
> then it should work if you do
>
>  python setup.py py2app --iconfile lilypond.icns

When I tried this, I got the following error message:

Traceback (most recent call last):
  File "setup.py", line 17, in <module>
    CFBundleShortVersionString = open ('VERSION').read (),
IOError: [Errno 2] No such file or directory: 'VERSION'



Any thoughts on what I need to do next?

Carl





reply via email to

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