Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Compiling Issue: Anaconda 1.4.0

All,

I installed Anaconda-1.4.0-Windows-x86_64 (python 2.7) and then extracted opencv 2.4.4. I have a 64 bit Windows 7, and I followed these instructions about how to install opencv on windows: http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation (created the env. vars, setup the paths according to the drive location where I installed, everything as listed...).

However, when I try to import cv2 from my inotebook (the codefile is in a random location on my drive and I call the ipython.exe from the scripts folder to start my file from its source folder). After I compile the file, I am getting the following error: ImportError: No module named cv2.

Can someone give me advice about what I am doing wrong?

Thank you!