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 goo
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 an
> João Leão wrote:
>
>> But now I'm getting another error (and I'll probably get some more) with
>> another function that expects a CGFloat object instead of a plain integer.
>> The code looks like this:
>> ---
>> self.pdf.drawPlainTextInRect(text_prov, textRect, 10)
>> ---
>>
>> And the error
João Leão wrote:
> But now I'm getting another error (and I'll probably get some more) with
> another function that expects a CGFloat object instead of a plain integer.
> The code looks like this:
> ---
> self.pdf.drawPlainTextInRect(text_prov, textRect, 10)
> ---
>
> And the error (again cause
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.
The first err