I have installed SimpleCV to play with some image processing stuff in python.I installed it using
pip install SimpleCV
Then I tried to import it in my BLANK program but got following error
print 'unit test'
^
SyntaxError: Missing parentheses in call to 'print'
I thought that may be SimpleCV did not install properly so I again did
pip install SimpleCV
But the following message came
Requirement already satisfied (use --upgrade to upgrade): SimpleCV in c:\users\naseer786\anaconda3\lib\site-packages
My current working directory is
C:\\Users\\Naseer786\\Documents\\Python Scripts
Can some body help me what is the solution to get out of this mess?