Re: [Image-SIG] Help installing PIL

2011-09-17 Thread Charlie Clark
Am 17.09.2011, 09:31 Uhr, schrieb Chris Barker : That is the build for the 32 bit PPC+Intel build of python from python.org. Unless you really need 64 bit, that's the one I recommend. Alternatively, if you install MacPorts installing binary packages are as easy as: sudo port install py27-

Re: [Image-SIG] Help installing PIL

2011-09-17 Thread Chris Barker
On 9/16/11 3:23 PM, Bruce Johnson wrote: On Sep 14, 2011, at 7:45 PM, Isaac Feldman wrote: I am trying to install PIL 1.7.7 on Mac OS X 10.6 running python 2.7.2 No, it's because you don't have gcc-4.0 or at least don't have it on your $PATH. You need to have Apple's Developer Tools installe

Re: [Image-SIG] Help installing PIL

2011-09-16 Thread Bruce Johnson
On Sep 14, 2011, at 7:45 PM, Isaac Feldman wrote: > Hi, > > I am trying to install PIL 1.7.7 on Mac OS X 10.6 running python 2.7.2 > > I am getting the following error: > >> $ python setup.py build_ext -i >> running build_ext >> --- using frameworks at /System/Library/Frameworks >> building '

[Image-SIG] Help installing PIL

2011-09-16 Thread Isaac Feldman
Hi, I am trying to install PIL 1.7.7 on Mac OS X 10.6 running python 2.7.2 I am getting the following error: > $ python setup.py build_ext -i > running build_ext > --- using frameworks at /System/Library/Frameworks > building '_imaging' extension > gcc-4.0 -fno-strict-aliasing -fno-common -dyna

Re: [Image-SIG] Help Installing PIL 1.1.6

2008-10-22 Thread Mike Sarahan
Hi Daniel, It would be wise to also install Xcode, if you haven't already. This is includes gcc and the other things mentioned in debug output that you posted. It should be included on your OSX DVD. As an alternative, you can download it from versiontracker or otherwise: http://www.versiontracke

Re: [Image-SIG] Help Installing PIL 1.1.6

2008-10-20 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Daniel Mellis <[EMAIL PROTECTED]> wrote: > Hello, > > I am running OS X 10.4.11 and python 2.5.2 and when I run "python > setup.py install" I get the following error message: > > --- using frameworks at /System/Library/Frameworks > building '_imaging' extension

Re: [Image-SIG] Help Installing PIL 1.1.6

2008-10-19 Thread Christopher Barker
Daniel Mellis wrote: Hello, I am running OS X 10.4.11 and python 2.5.2 and when I run "python setup.py install" I get the following error message: Use the package you fin here: http://pythonmac.org/packages/py25-fat/index.html Otherwise, you'll need to find and compile all the dependencies

[Image-SIG] Help Installing PIL 1.1.6

2008-10-19 Thread Daniel Mellis
Hello, I am running OS X 10.4.11 and python 2.5.2 and when I run "python setup.py install" I get the following error message: --- using frameworks at /System/Library/Frameworks building '_imaging' extension Compiling with an SDK that doesn't seem to exist: /Developer/SDKs/ MacOSX10.4u.sdk P