[ python-Bugs-1208468 ] no CoreGraphics library under Python 2.4

SourceForge.net noreply at sourceforge.net
Wed May 25 16:05:19 CEST 2005


Bugs item #1208468, was opened at 2005-05-25 14:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1208468&group_id=5470


More information about the Python-bugs-list mailing list