On 17 Apr, 2012, at 17:48, João Leão wrote:

> Hi list
> 
> I have an old script using the CoreGraphics API that's no longer working 
> properly since Snow Leopard.
> I' running Lion with the default Python, which is 2.7.1.
> I googled about this and it seems that's because Python is 64-bit now and 
> some old data types don't work anymore.

Which library do you use? That is, is there "import CoreGraphics" at the top of 
your file or "import Quartz"?  The former is a Apple library, the latter is 
part of PyObjC.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to