Can't get OpenCV to work with Python on a Mac -
i having problem getting opencv work python on mac.
i have tried installing macports , cmake (which installed macports) using methods found @ here: http://opencv.willowgarage.com/wiki/mac_os_x_opencv_port. had download xcode create macports work.
i ran sudo port -v install opencv +python27
, seemed work fine. when tried import opencv in python using import cv
, module not found.
if of info helps, have osx 10.6.8 snow leopard, python 2.7.3, , trying install opencv 2.4.3. not experienced programmer troubleshooting attempts falling short of solution.
any help appreciated. thanks!
i haven't tried macports installation, might want seek this:
import cv2 cv2.cv import *
python opencv cmake osx-snow-leopard macports
No comments:
Post a Comment