Installing PIL for Python 2.5
I'm very new to MacPorts, so this might be an easy question, but I haven't been able to find the answer yet... This question actually applies to installing any package who lists a dependancy on an older package version than the one you have. Right now, I want to install PIL, but it's dependent on python2.4, and I've installed python2.5 and packages that depend on that. Is there a way I can install py-pil without installing python2.4 and also placing the files in the right site-packages for python2.5? I know I can do this by hand, but I figure there might be an easy way to do this with MacPorts. Thanks, Justin
On 08 Sep, 2007, at 14:20, Justin Fagnani-Bell wrote:
This question actually applies to installing any package who lists a dependancy on an older package version than the one you have. Right now, I want to install PIL, but it's dependent on python2.4, and I've installed python2.5 and packages that depend on that. Is there a way I can install py-pil without installing python2.4 and also placing the files in the right site-packages for python2.5?
Perhaps you're looking for the py25-pil port? The py-* ports are for python24 and most have corresponding py25-* ports. Chris
Odd, I don't see the py25-pil port listed anywhere. I have 1.5, any reason I'm not seeing it? I'm trying "port list | grep pil" and all I get for python is py-pil. "port info py25-pil" doesn't return anything either. Justin On Sep 8, 2007, at 11:23 AM, Chris Pickel wrote:
On 08 Sep, 2007, at 14:20, Justin Fagnani-Bell wrote:
This question actually applies to installing any package who lists a dependancy on an older package version than the one you have. Right now, I want to install PIL, but it's dependent on python2.4, and I've installed python2.5 and packages that depend on that. Is there a way I can install py-pil without installing python2.4 and also placing the files in the right site-packages for python2.5?
Perhaps you're looking for the py25-pil port? The py-* ports are for python24 and most have corresponding py25-* ports.
Chris
On 08 Sep, 2007, at 16:08, Justin Fagnani-Bell wrote:
Odd, I don't see the py25-pil port listed anywhere.
I have 1.5, any reason I'm not seeing it? I'm trying "port list | grep pil" and all I get for python is py-pil. "port info py25-pil" doesn't return anything either.
It was added about a month ago. Have you done a `sudo port selfupdate` recently? (also, `port search pil` would probably be faster) Regards, Chris
participants (2)
-
Chris Pickel
-
Justin Fagnani-Bell