[Pyobjc-dev] Re: breakage in CVS?
Brought to you by:
ronaldoussoren
From: Michael H. <mw...@py...> - 2003-08-28 15:20:27
|
Just van Rossum <ju...@le...> writes: > Michael Hudson wrote: > >> I managed to trick SF into letting me update via anon CVS and this >> happened: >> >> Python 2.3+ (#1, Aug 28 2003, 14:14:54) >> [GCC 3.1 20020420 (prerelease)] on darwin >> Type "help", "copyright", "credits" or "license" for more information. >> ->> import AppKit >> Traceback (most recent call last): >> File "<input>", line 2, in ? >> File >> > "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site- > packages/PyObjC/AppKit/ >> __init__.py", line 32, in ? >> NSMakePoint = Foundation.NSMakePoint >> AttributeError: 'module' object has no attribute 'NSMakePoint' > > It's AppKit.NSMakePoint()... But: why use it to begin with? NSPoints are > represented as 2-tuples. I can see that... I don't even want to use NSMakePoint, but being able to import AppKit would be a bonus! Cheers, mwh -- #ifndef P_tmpdir printf( "Go buy a better computer" ); exit( ETHESKYISFALLINGANDIWANTMYMAMA ); -- Dimitri Maziuk on writing secure code, asr |