Re: [Pyobjc-dev] Embedding in Apps & Loading preferences Bundles
Brought to you by:
ronaldoussoren
From: Jack J. <Jac...@cw...> - 2002-11-25 14:39:20
|
On Monday, Nov 25, 2002, at 14:37 Europe/Amsterdam, bb...@ma... wrote: > In any case, embedding Python as an extension to existing applications > would require a build of Python other than Apple's. Bill, this sort of thing is exactly why I still moderately favor a framework Python over a static python. With framework Python, a plugin would be a couple of lines of C code (call Py_Initialize(), call one python function to set the rest up), and it would be linked against Python.framework. The other options (static Python, python-with-a-dylib) are much more cumbersome to get to work. -- - Jack Jansen <Jac...@or...> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman - |