When trying to \"import cv\" in python I get: \"ImportError: No module named cv\". This question has appeared in many forms, but I haven\'t found the answer that helps.
I was wondering if you have installed opencv to the OSX version of the python instead of macports.
have you tried easy install, I normally use easy_install to install the packages.
/opt/local/bin/easy_install-2.7 opencv