Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-16 Thread Russell E. Owen
In article , Jack Uretsky wrote: > Hi- > Perhaps you can answer, at least, the second question. In what > file do I find the gcc? > >>> > 1. What is my Xcode problem? When I run >python2.6 setup.py build > I get: running build > running build_py > runni

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-15 Thread Jack Uretsky
Yes and no. In addition to the version that came with Snow Leopard, I downloaded version 3.1.1 Regards, Jack "Trust me. I have a lot of experience at this." General Custer's unremembered message to his men,

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-15 Thread Bill Janssen
So, did you download and install a different Python than came with your Mac? Bill Jack Uretsky wrote: > Thanks. I'n not seeing why that helps. I did Finder-File-Find-SDK > and got 156 items. Im not sure what to do next > Regards, >

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-14 Thread Jack Uretsky
Thanks. I'n not seeing why that helps. I did Finder-File-Find-SDK and got 156 items. Im not sure what to do next Regards, Jack "Trust me. I have a lot of experience at this." General Custer's unre

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-14 Thread Bill Janssen
OK, and is that Python 2.6 the one that comes with Snow Leopard? That should pin it down. The question here is, why is your system trying to use the 10.4 SDK, instead of the 10.6 SDK? The only thing I can think of is that you are using a non-Apple-supplied Python, which was built against the 10.

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-14 Thread Jack Uretsky
Hi- Xcode - 3.2 (bundled with Mac OS upgrade software) Python 2.6 Mac OS X 10.6.1 (Snow Leopard) "Trust me. I have a lot of experience at this." General Custer's unremembered message to his men, just before leading them into the Little Big

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Bill Janssen
Need more details. What version of OS X, what version of Python, what version of Xcode? Bill Jack Uretsky wrote: > Hi- > Perhaps you can answer, at least, the second question. In > what file do I find the gcc? > >>> > 1. What is my Xcode problem? When I

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Fredrik Lundh
I'm not using Mac myself, so I don't know exactly what you need to install to build Python extensions, but there are plenty of Mac hackers here that might be able to point you in the right direction. You could also ping the nice folks over at the pythonmac-sig mailing list. On Fri, Nov 13, 2009

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Jack Uretsky
Hi- Perhaps you can answer, at least, the second question. In what file do I find the gcc? 1. What is my Xcode problem? When I run >python2.6 setup.py build I get: running build running build_py running build_ext --- using frameworks at /System/Library/Frameworks building '_imaging' extens

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Fredrik Lundh
The release candidate is only built for 2.5 and 2.6. I'll build more versions when I cut the final release (sunday, unless something weird happens). (the library supports 1.5.2 through 2.6, with support for 3.x coming up later; not sure I'll provide binaries for all the old versions, though :)