Closed GoogleCodeExporter closed 9 years ago
Thanks for the detailed log. If you look at the following line:
/home/paul/boost_1_41_0/boost/python/detail/wrap_python.hpp:78:2: error:
#error Python 2.2 or higher is required for this version of Boost.Python.
It suggests that Python version lower than 2.2 was detected. PyOpenCV requires
Python
2.5 or later. Thus, is it alright if you check if Python 2.5 is installed on
that
machine?
Cheers,
Minh-Tri
Original comment by pmtri80@gmail.com
on 13 Apr 2010 at 1:47
Also, this line:
/home/paul/boost_1_41_0/boost/python/detail/wrap_python.hpp:142:21: error:
Python.h: No such file or directory
suggests that you should have python-dev installed on Ubuntu.
Cheers,
Minh-Tri
Original comment by pmtri80@gmail.com
on 13 Apr 2010 at 1:49
Thanks for you prompt response. I have python2.5,2.6 and three installed. The
problem
was caused by python-dev. After I installed it, the build and install was
successfull.
Going forward can you list python-dev as one of the requirements as well ?
alternatively can setup.py be setup such that it checks all the minimum
requirements.
PS: Great Work
Original comment by paul.mat...@gmail.com
on 13 Apr 2010 at 2:08
Yes, I'm doing it now. Thanks.
Cheers,
Minh-Tri
Original comment by pmtri80@gmail.com
on 13 Apr 2010 at 2:16
Original issue reported on code.google.com by
paul.mat...@gmail.com
on 13 Apr 2010 at 1:26