[Pyobjc-dev] [ pyobjc-Bugs-2934055 ] objc.inject no longer works
Brought to you by:
ronaldoussoren
|
From: SourceForge.net <no...@so...> - 2010-01-18 02:05:03
|
Bugs item #2934055, was opened at 2010-01-18 02:05 Message generated for change (Tracker Item Submitted) made by glyf You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=2934055&group_id=14534 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Glyph Lefkowitz (glyf) Assigned to: Nobody/Anonymous (nobody) Summary: objc.inject no longer works Initial Comment: On both the version released with Snow Leopard and the current svn trunk, objc.inject results in the following traceback: File "<stdin>", line 1, in <module> File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/objc/_functions.py", line 18, in inject raise NotImplementedError("objc.inject is only supported on Mac OS X 10.3 and later") NotImplementedError: objc.inject is only supported on Mac OS X 10.3 and later If there's still a way to get mach_inject working with an installed copy of pyobjc, then the traceback should tell you that; otherwise it should provide an explanation of the *real* reason that it's not supported, which I don't think is because I'm running MacOS X 10.2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=2934055&group_id=14534 |