Monthly Archives: March 2011

OpenCV + Python 2.6 (on OS X)

So, I was trying to get OpenCV and NumPy to work together on my Mac (10.6). Problem was, NumPy wanted to live on Python 2.6, and OpenCV wanted to live on Python 2.7. Much misery was had. Solution I found (finally!) was: Install NumPy. (I can’t quite remember how to do this. Just do what [...]