[Pyobjc-dev] [ pyobjc-Bugs-744285 ] NSBundle.principalClass() in sample code hangs
Brought to you by:
ronaldoussoren
From: SourceForge.net <no...@so...> - 2003-05-27 14:17:32
|
Bugs item #744285, was opened at 2003-05-27 14:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=744285&group_id=14534 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dinu C. Gherman (dinu_gherman) Assigned to: Nobody/Anonymous (nobody) Summary: NSBundle.principalClass() in sample code hangs Initial Comment: The announcement of PyObjC 0.8 on the Cocoa-Dev mailinglist contained the following code snippet, the last line of which is hanging on my 0.9/10.2.6 installation. I'm not entirely sure, but I assume this should not be the case(?). from objc import * from Foundation import * b = NSBundle.bundleWithPath_("/System/Library/PrivateFrameworks/ PBXCore.framework") b.principalClass() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=744285&group_id=14534 |