Problem pyton PIL

2014-04-15 Thread Spinxer
Hi! I finally managed to install ImageMagick and Python PIL. At least I thought so. But when I do: $ python Python 2.7 (r27:82508, Jul 3 2010, 21:12:11) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type help, copyright, credits or license for more information. from PIL import Image I get

Re: Problem pyton PIL

2014-04-15 Thread Spinxer
Am 15.04.14 15:20, schrieb Brandon Allbery: On Tue, Apr 15, 2014 at 9:00 AM, Spinxer spin...@wolke7.net mailto:spin...@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

Re: Problem pyton PIL

2014-04-15 Thread Spinxer
Am 15.04.14 15:31, schrieb Chris Jones: Looks like you are still not getting MacPorts python there. You should see something like macmini ~ which python /opt/local/bin/python Okay… That gives me: $ which python /Library/Frameworks/Python.framework/Versions/2.7/bin/python Have you added

Re: Problem pyton PIL

2014-04-15 Thread Spinxer
Am 15.04.14 15:45, schrieb Chris Jones: So, do you have that path in your $PATH (it will really help if you sent what echo $PATH gives ) $ echo $PATH

Re: Problem pyton PIL

2014-04-15 Thread Spinxer
Am 15.04.14 19:58, schrieb Christopher Jones: If thats an exact representation of what you have, then you need a : in the middle of /usr/X11/bin/usr/local/git/bin Chris Well spotted! Thanks a lot! ___ macports-users mailing list

Re: Problem pyton PIL

2014-04-15 Thread Spinxer
Am 15.04.14 19:10, schrieb Ryan Schmidt: Where did /Library/Frameworks/Python.framework come from? It’s not provided by Apple, Are you sure? Cite: The Apple-provided build of Python is installed in /System/Library/Frameworks/Python.framework and /usr/bin/python, respectively. You should

Re: Problem pyton PIL

2014-04-15 Thread Spinxer
Am 15.04.14 22:27, schrieb Jeremy Lavergne: /System/Library is not /Library. Am 15.04.14 22:28, schrieb Brandon Allbery: Read your own message? /Library is not /System/Library. *SIGH*… I think my System's broken :D I also have Python 2.7.app in /Applications In /Library/Receipts/ I find