Hey guys- I installed opencv and it works great integrated with python when 
I run it from the command line. Actually even web2py runs fine with opencv 
with the line of code "import cv" when I run it from the terminal.
My problem is with Aptana ( pydev ). When I run the project in pydev, 
"import cv" causes issues because the interpreter can't find/understand cv. 
When I go to the settings and look for the command that pydev runs, it 
looks like:  "/usr/bin/python -u /Users/bb/Workspace/web2py/web2py.py" And 
when I run the same command on the terminal, it works fine.
Can someone understand what's going on?

Reply via email to