Bugs item #1208468, was opened at 2005-05-25 15:05 Message generated for change (Settings changed) made by mwh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1208468&group_id=5470
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: Macintosh Group: Python 2.4 >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Jurjen N.E. Bos (jneb) Assigned to: Jack Jansen (jackjansen) Summary: no CoreGraphics library under Python 2.4 Initial Comment: It is very simple: Under Python 2.3: >>> import CoreGraphics >>> Under Python 2.4: >>> import CoreGraphics Traceback (most recent call last): File "<input>", line 1, in ? ImportError: No module named CoreGraphics >>> That's all there is to it. I get the impression that Apple made the CoreGraphics library themselves, but maybe there is a trick to get it in. PS do not confuse this with Carbon.CoreGraphics: this is not more than a bunch of constants. ---------------------------------------------------------------------- >Comment By: Michael Hudson (mwh) Date: 2005-05-25 17:42 Message: Logged In: YES user_id=6656 > I get the impression that Apple made the > CoreGraphics library themselves. Indeed, if you want it for Python 2.4 you'll have to ask them for it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1208468&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com