Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

Mar 6, 2011

PIL trouble - how to make it work again

For some odd reasons (I guess it is due to some updates of Xcode or other updates within MacOS) calling certain PIL functions on a MacPort Python 2.6 installation on MacOS 10.6 ended up in the error code:
ImportError: The _imaging C module is not installed

May 16, 2010

Matplotlib, NumPy and SciPy for Python 2.6 on MacOS 10.6 - the hard way

Prerequisites: have Macports and Python 2.6 installed on MacOS 10.6 (for 10.5 users, please note the side note at the bottom of this post) as explained e.g. in this blog post.

Feb 8, 2010

MacOS 10.6, python and PIL

Since I got a python script from avocadohead (kudos and thanks for saving a lot of time) for easily creating a plain html gallery with thumbnails using imagemagick, I needed to get python running. The version included in MacOS 10.6 is known somewhat troublesome when installing the PIL library so I chose the easy way: