views:

47

answers:

1

I'm running OS X Leopard. I followed this site to install it. Trying to run any demo script, I now get "No module named opencv.cv", which is obviously stopping me from doing any programming. I am running python 2.5.1 (yes, I know it's kind of old).

Why would this be, and how can I solve it?

Thanks

A: 

You need to compile openCV unfortunately. It's not that hard to do though at least.

Khorkrak