[Pyobjc-dev] NSBeginAlertSheet support
Brought to you by:
ronaldoussoren
From: Etienne P. <ep...@ep...> - 2003-02-02 17:17:11
|
Working my way through the Learning Cocoa book, but doing the examples in Python in stead of Objective-C. 'Dotview' worked fine, but in trying to add an alert sheet I can't import NSBeginAlertSheet from AppKit. I get a 0 on 'NSBeginAlertSheet' in dir(AppKit), but according to the docs it is a function in AppKit. Where do I begin looking for what functions get bridged, and how to confirm if it is truly missing or just me barking up the wrong tree? Using a CVS version from 2 February 2003 with libFFI, Python 2.2 built-in on OS X 10.2.3. EP |