Re: [Pyobjc-dev] Merging pyobj with objc?
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-01-10 18:01:14
|
Dinu Gherman wrote: > What seems to be the real challenge, though, is to *use* such kind > of classes from Python code again. Simply importing them doesn't > work and I wonder what's needed to make that work? Maybe a change > in the main file? I'd think that with objc.lookUpClass(className) you should be able to access any class registered with with the objc runtime. Just |