On Apr 19, 2012, at 10:16 AM, Ronald Oussoren wrote:

> 
> 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.

import CoreGraphics. It´s the Apple library.

> 
> Ronald
> 

_______________________________________________
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