Ask Your Question

Revision history [back]

is cv2.pyd incorrectly build in Ms VS2012?

Hi
I have some problems building openCv 3.0 with python 3 bindings. After several attempts with CMaKE I was able to successfully build openCv with VS 2012. I also built install with no errors. However though I can import OpenCV I only got these items when issuing a "dir" command

import OpenCV as cv In[19]: dir(cv) Out[19]: ['__doc__', '__loader__', '__name__', '__package__', '__path__', '__spec__']

I´m running Windows 8.1 , 64 bits VS 21012 and WinPython 3.4.3. For debug libraries i used python34.pdb downloades from https://www.python.org/downloads/release/python-343/

Was was wrong with the building ? Thank you

click to hide/show revision 2
retagged

updated 2015-04-17 10:25:56 -0600

berak gravatar image

is cv2.pyd incorrectly build in Ms VS2012?

Hi
I have some problems building openCv 3.0 with python 3 bindings. After several attempts with CMaKE I was able to successfully build openCv with VS 2012. I also built install with no errors. However though I can import OpenCV I only got these items when issuing a "dir" command

import OpenCV as cv In[19]: dir(cv) Out[19]: ['__doc__', '__loader__', '__name__', '__package__', '__path__', '__spec__']

I´m running Windows 8.1 , 64 bits VS 21012 and WinPython 3.4.3. For debug libraries i used python34.pdb downloades from https://www.python.org/downloads/release/python-343/

Was was wrong with the building ? Thank you

click to hide/show revision 3
retagged

updated 2015-04-17 10:26:08 -0600

berak gravatar image

is cv2.pyd incorrectly build in Ms VS2012?

Hi
I have some problems building openCv 3.0 with python 3 bindings. After several attempts with CMaKE I was able to successfully build openCv with VS 2012. I also built install with no errors. However though I can import OpenCV I only got these items when issuing a "dir" command

import OpenCV as cv In[19]: dir(cv) Out[19]: ['__doc__', '__loader__', '__name__', '__package__', '__path__', '__spec__']

I´m running Windows 8.1 , 64 bits VS 21012 and WinPython 3.4.3. For debug libraries i used python34.pdb downloades from https://www.python.org/downloads/release/python-343/

Was was wrong with the building ? Thank you