installing opencv for python issues
Posted
by vlad
on Stack Overflow
See other posts from Stack Overflow
or by vlad
Published on 2010-06-12T02:39:38Z
Indexed on
2010/06/12
2:42 UTC
Read the original article
Hit count: 242
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
© Stack Overflow or respective owner