[Pythonmac-SIG] Question on Python 2.5 and CoreGraphics

2007-01-07 Thread Robert Love
Back in 2005 I had a python script that did some simple image manipulation with CoreGraphics. Since then I have upgraded to python 2.5 and the script no longer works. I think you all tried to explain this to me when I upgraded but didn't follow what was being said. I'm running a PPC mac

Re: [Pythonmac-SIG] Question on Python 2.5 and CoreGraphics

2007-01-07 Thread Bob Ippolito
On 1/7/07, Robert Love <[EMAIL PROTECTED]> wrote: > Back in 2005 I had a python script that did some simple image > manipulation with CoreGraphics. Since then I have upgraded to python > 2.5 and the script no longer works. I think you all tried to > explain this to me when I upgraded but didn't

Re: [Pythonmac-SIG] Question on Python 2.5 and CoreGraphics

2007-01-07 Thread Dethe Elza
CoreGraphics wrapped by Apple using the built-in Python (Python 2.3 in Tiger). The binding itself is binary and proprietary, so it can only be used with the built-in Python. NodeBox, which appears to be a clone of DrawBot (which was inspired by Processing, etc.) has a library for CoreImage.