Re: [Pyobjc-dev] breakage in CVS?
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-08-28 15:16:16
|
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. Just |