Problem pyton PIL

Joshua Root jmr at macports.org
Tue Apr 15 06:44:03 PDT 2014


> On Tue, Apr 15, 2014 at 9:00 AM, Spinxer <spinxer at wolke7.net> wrote:
> 
>> $ python
>> Python 2.7 (r27:82508, Jul  3 2010, 21:12:11)
>> [GCC 4.0.1 (Apple Inc. build 5493)] on darwin
>>
> 
> You're getting /usr/bin/python (Apple's build). No idea what's up with its
> PIL.
> 
> You probably want `sudo port select --set python python27; hash -r` to (a)
> set MacPorts python as default and (b) tell your shell to check $PATH again
> instead of using the Apple one it found before.

That's not /usr/bin/python, as that would be 2.5 on Leopard. But it's
clearly also not (an up-to-date) MacPorts python2.7 since that would be
2.7.6.

- Josh


More information about the macports-users mailing list