Trevor Bača wrote:
Unfortunately you're not. Python's complaining that the setuptools
module isn't available and so the import fails.

Aha! I was running "python", which found the default OSX python 2.3.5. Running "python2.4" gets me more... although still not perfect.

tsubasa:~/tmp gperciva$ python2.4 setup.py py2app
running py2app
creating /Users/gperciva/tmp/build
creating /Users/gperciva/tmp/build/bdist.darwin-8.8.3-i386
creating /Users/gperciva/tmp/build/bdist.darwin-8.8.3-i386/python2.4-standalone creating /Users/gperciva/tmp/build/bdist.darwin-8.8.3-i386/python2.4-standalone/app creating /Users/gperciva/tmp/build/bdist.darwin-8.8.3-i386/python2.4-standalone/app/collect creating /Users/gperciva/tmp/build/bdist.darwin-8.8.3-i386/python2.4-standalone/app/temp
creating /Users/gperciva/tmp/dist
creating build/bdist.darwin-8.8.3-i386/python2.4-standalone/app/lib-dynload
creating build/bdist.darwin-8.8.3-i386/python2.4-standalone/app/Frameworks
error: You must specify either app or plugin
tsubasa:~/tmp gperciva$


The created directories are all empty, I'm afraid. (I tried adding "app" at varying places in the above command with no luck)

- Graham


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to