Re: [Pyobjc-dev] Merging pyobj with objc?
Brought to you by:
ronaldoussoren
From: Jack J. <Jac...@or...> - 2003-01-10 21:34:06
|
On vrijdag, jan 10, 2003, at 21:29 Europe/Amsterdam, Dinu Gherman wrote: > Ronald Oussoren: > >> What you'll have to do is create a seperate bundle or framework and >> then load that from your python script. You can then use >> objc.lookUpClass() to access your classes. > > Isn't that a little cumbersome? Could there be an easier way, too? If you're willing to forego using Apple's Python you don't need the bootstrap program, you can call out to Python directly. But Apple didn't provide a framework or a shared library, only the interpreter itself, so there's no simple way to embed Python. -- - 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 - |