SimpleCV not found
I get the "ImportError: No module named SimpleCV" regardless of whether i use the command line or opening SimpleCV from my IDE. My IDE does not list SimpleCV as one of the sugestions when I type "import".
The command i used is as follows, as the keyword python is not stored as a path. I still get the exact same error:
C:\python27\python.exe -c "import SimpleCV.Shell;SimpleCV.Shell.main()"
I am running windows 7 32bit. I installed the superpack from the website are there any additional modules I need?
During the super \pack installation these lines failed, but the installation continued without them:
SETX PATH C:/Python27/;C:/Python27/Scripts/;C:/OpenCV2.3/opencv/build/x86/vc10/bin/;%PATH%
SETX PYTHONPATH C:/OpenCV2.3/opencv/build/python/2.7/;%PYTHONPATH%
I tried this: C:\python27\python.exe -c "import SimpleCV.Shell;SimpleCV.Shell.main()" and it doesn't work. I still get the exact same error