Re: [Pyobjc-dev] Re: breakage in CVS?
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-08-29 10:26:40
|
On Thursday, 28 August 2003, at 18:45, Michael Hudson wrote: > I seem to be causing some confusion here. > > I do not care a jot whether NSMakePoint is defined in Foundation, > AppKit or not at all. That was quite obvious to me, maybe your mail got garbled on its way to the others :-) > > However, in the version of PyObjC I checked out today, when you import > AppKit, *AppKit/__init__.py* tries to import NSMakePoint and friends > from Foundation -- and fails. > > I'm not asking for someone to help, I'm asking for someone to fix it! > Maybe Ronald missed a file in a check in? That's what it looks like > to me. That's not it, the wrappers for those functions are generated when you build PyObjC (that's what 's happening after setup.py prints 'Performing task: Generating wrappers & stubs'). Ronald |