3
我試圖在Mac 10.5.8和Python 2.6中運行/ Developer/Examples/Quartz/Python中的一些Quartz演示程序。但是,我收到錯誤,找不到CoreGraphics。在Mac OS上未找到CoreGraphics Python
Traceback (most recent call last):
File "circle.py", line 38, in <module>
from CoreGraphics import *
ImportError: No module named CoreGraphics