Re: [Pythonmac-SIG] Frameworks which won't import

2005-05-25 Thread Dethe Elza
On 18-May-05, at 11:14 AM, Bob Ippolito wrote: > On May 18, 2005, at 2:05 PM, Dethe Elza wrote: >> I have a framework which I can't import into PyObjC in the usual >> way. Since then I've tried various other frameworks I've found on my >> system, mostly embedded in application bundles, and some

Re: [Pythonmac-SIG] Frameworks which won't import

2005-05-18 Thread Dethe Elza
> It's more or less a case of getting what you deserve, trying to > load embedded frameworks from applications that were never meant > for external use. They probably depend on symbols defined in the > executable or something. OK, thanks. At least I know to give up that route and try anoth

Re: [Pythonmac-SIG] Frameworks which won't import

2005-05-18 Thread Bob Ippolito
On May 18, 2005, at 2:05 PM, Dethe Elza wrote: > I have a framework which I can't import into PyObjC in the usual > way. Since then I've tried various other frameworks I've found on my > system, mostly embedded in application bundles, and some import but > others do not. I'm not getting any info

[Pythonmac-SIG] Frameworks which won't import

2005-05-18 Thread Dethe Elza
Let me try to rephrase my question. I have a framework which I can't import into PyObjC in the usual way. Since then I've tried various other frameworks I've found on my system, mostly embedded in application bundles, and some import but others do not. I'm not getting any information on *w