[19:57:14] <Ronald_Reagan> Repasting from #python because now I'm using Pillow (and getting the same error): I'm running Mac OSX 10.8.4. When I use Pillow, it fails at importing the _imaging module. When I import the _imaging module myself I get this error: http://bpaste.net/show/3YH9BhY3HOOn1izzUpWq/ Apparently errno=13 is a permissions problem. I would not expect a permissions problem. How should I solve this? The dylib permissions are -rwxr-xr-x and
[19:57:14] <Ronald_Reagan> /usr/local/lib/ is drwx------@ (which would explain the issue). I don't think I should change the permissions of this directory. How should I fix this
[20:35:49] <aclark> Ronald_Reagan: use brew to install python then use that python