graingert / pyopencv

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

error: command 'gcc-4.2' failed with exit status 1 #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.python setup.py build
2.
3.

What is the expected output? What do you see instead?
It is supposed to build pyopencv. The python 
script is trying to call gcc-4.2 and it is failing. Not
sure how to configure the installation to avoid this.

What version of the product are you using? On what operating system?

pyopencv-2.1.0.wr1.2.0

Please provide any additional information below.
I am running Snow Leopard. I installed OpenCV using Macports and Boost
manually.

Original issue reported on code.google.com by raulguer...@gmail.com on 15 Sep 2011 at 2:47

GoogleCodeExporter commented 9 years ago
I tried to install opencv with the python bindings by using
sudo port install opencv +python27

but, when I go  >>>import cv
I get, ImportError: No module named cv

Original comment by raulguer...@gmail.com on 15 Sep 2011 at 2:59