i have just installed Opencv 2.0. but the python bindings are not working. this is what it looks like when i try to import modules
Python 2.6 (r26:66714, Jun 8 2009, 16:07:29) [GCC 4.4.0 20090506 (Red Hat 4.4.0-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import cv Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named cv >>> from opencv import cv Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named opencv i checked the cd /usr/local/lib64/python2.6/site-packages/ directory and the "opencv" folder is existing there. Then why am i unable to import the modules??
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
