Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91349 > unrolled thread

Re: OpenCV with Python (cv or cv2)

Started byLaura Creighton <lac@openend.se>
First post2015-05-28 06:47 +0200
Last post2015-05-28 06:47 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: OpenCV with Python (cv or cv2) Laura Creighton <lac@openend.se> - 2015-05-28 06:47 +0200

#91349 — Re: OpenCV with Python (cv or cv2)

FromLaura Creighton <lac@openend.se>
Date2015-05-28 06:47 +0200
SubjectRe: OpenCV with Python (cv or cv2)
Message-ID<mailman.118.1432788482.5151.python-list@python.org>
Your cmake output doesn't mention that it tried to build libcv.so
so, I guess the reason you cannot find it is that it never tried
to make it.

You may already have fixed your problem by just installing the relevant
debian package.  If not, it may be that you need to install this one
https://packages.debian.org/squeeze/libcv-dev to get libcv.

You have another problem. Squeeze is _very_ old.
According to http://stackoverflow.com/questions/5212728/libcxcore-so-2-missing-in-opencv
the opencv project renamed a bunch of libraries, so if at all possible you
should upgrade your debian distribution.  You may have all sorts of
mismatches between the source you just built and the libraries you
need -- which you will only find by trial and error.

Laura

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web