View Single Post
  #9  
Old 03-02-2010, 09:58 AM
sircedric4 sircedric4 is offline
Member
 
Join Date: Aug 2009
Posts: 22
There is a _cv.pyd in the site-packages\opencv path. I do not know what you mean by the value of sys.path.

If you are referring to the PATH environment variable in my Windows XP operating system. That value is:

Code:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\IFOR\WIN\BIN;C:\IFOR\WIN\BIN\EN_US;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Windows Imaging\;%OSG_BIN_PATH%;%OSG_SAMPLES_PATH%;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\IDS\uEye\GenICam\bin\win32_i86; C:\Program Files\OpenCv\bin;C:\Program Files\CMake 2.8\bin;   C:\OpenCV2.0\VS2005\bin\debug; C:\OpenCV2.0\VS2005\bin\release; C:\OPenCv2.0\bin
I guess its possible the OpenCV2.0 installation I have is interfereing somehow with the OpenCV 1.0 download?
Reply With Quote