On 28/01/2005, at 3:42 PM, Bob Ippolito wrote:
On Jan 27, 2005, at 11:26 PM, Richard Jones wrote:
On 28/01/2005, at 2:45 PM, Bob Ippolito wrote:
On Jan 27, 2005, at 7:31 PM, Richard Jones wrote:
1. I can't find source for PyObjC (though I think it might come with Python?)

Ever tried google? Even clicking "I'm feeling lucky" will take you to the right place.. which happens to be <http://pyobjc.sf.net>.

OK, a fair cop. I just assumed it would be hard to find given it's not linked from pythonmac.org.

It is actually, at the bottom of the front page of http://pythonmac.org/

ARGH! I feel stupid :)



2. I can't install a --enable-framework in a place other than /usr/local -
the --prefix and INSTALLDIR arguments to --enable-framework appear to be
ignored.


I need the resulting Python to be relocatable (ie. bundled inside a drag-installed app like other OS X apps) ... and I've now got a niggling feeling that this isn't possible...

The /usr/local crap just symlinks inside the framework, so your feeling is not correct.

Hrm. Still doesn't quite address point #2 though. I guess the answer, reading between the next lines, is "it doesn't - just use /usr/local" :)

I don't think you understood me. When you build as --enable-framework, the files installed to /usr/local are simply for convenience of use. The fact that they are in /usr/local is of no consequence and they are not at all used by the framework itself. If you ask what the os.path.realpath(sys.executable) is, it won't say /usr/local.

Ah, OK.

Thanks for the hand-holding, I really appreciate it!



    Richard

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to