Ask Your Question

donei01's profile - activity

2013-07-25 08:35:34 -0600 received badge  Student (source)
2013-04-03 14:23:22 -0600 asked a question 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!