adirschlezinger / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Problem with OpenCV: can't import and link to standard plugin is broken #700

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  import cv 
I get "ImportError: No module named cv" yet I see opencv in the site-packages 
directory.  Other packages import fine (e.g. gdal, mayavi..)

2. I thought I might download the standard plugin for opencv, to see if 
reinstalling might fix the problem, but the link on the standards plugin page:
http://code.google.com/p/pythonxy/wiki/StandardPlugins
to opencv is 
http://pythonxy.googlecode.com/files/OpenCV-2.3.1_py27.exe
which does not exist.

I'm using Python(x,y)-2.7.2.1.exe, on Windows 7.  I installed at a regular user 
by double-clicking, but was asked to authenticate as admin once the install 
started.   I previously uninstalled my old version of Python(x,y) and cleaned 
the registry using CCleaner.

Original issue reported on code.google.com by rsignell on 6 Jan 2012 at 9:27