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


Groups > comp.lang.python > #91349

Re: OpenCV with Python (cv or cv2)

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <lac@openend.se>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:python-list': 0.10; 'output': 0.15; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'cc:name:laura creighton': 0.16; 'cmake': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message- id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'renamed': 0.16; 'sorts': 0.16; 'url:debian': 0.16; 'url:packages': 0.16; 'laura': 0.18; 'cc:2**2': 0.20; 'cc:addr:python.org': 0.21; 'libraries': 0.22; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'not,': 0.27; 'package.': 0.27; "doesn't": 0.28; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'guess': 0.29; 'mention': 0.31; 'source': 0.31; 'error.': 0.31; 'fixed': 0.31; 'problem': 0.33; 'another': 0.34; 'installing': 0.35; 'problem.': 0.35; 'according': 0.36; 'url:org': 0.36; 'project': 0.36; 'possible': 0.36; 'so,': 0.37; 'should': 0.37; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'build': 0.40; 'subject:with': 0.40; 'subject: (': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.62; 'between': 0.65; 'received:89': 0.80; 'trial': 0.81; 'old.': 0.95
To Markos <markos@c2o.pro.br>
cc Laura Creighton <lac@openend.se>, python-list@python.org, lac@openend.se
From Laura Creighton <lac@openend.se>
Subject Re: OpenCV with Python (cv or cv2)
In-Reply-To Message from Markos <markos@c2o.pro.br> of "Wed, 27 May 2015 19:56:03 -0300." <55664B83.30809@c2o.pro.br>
References <5564740E.3090206@c2o.pro.br> <201505261421.t4QELBUd015477@fido.openend.se><55664B83.30809@c2o.pro.br>
MIME-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-ID <6381.1432788466.1@fido>
Content-Transfer-Encoding quoted-printable
Date Thu, 28 May 2015 06:47:46 +0200
X-Greylist Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Thu, 28 May 2015 06:47:53 +0200 (CEST)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.118.1432788482.5151.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1432788482 news.xs4all.nl 2875 [2001:888:2000:d::a6]:32888
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:91349

Show key headers only | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web