After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668698 - mousetrap does not work with python-opencv 2.3
mousetrap does not work with python-opencv 2.3
Status: RESOLVED OBSOLETE
Product: mousetrap
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: mousetrap-maint
Flavio Percoco Premoli
Depends on:
Blocks:
 
 
Reported: 2012-01-25 23:36 UTC by Samuel Thibault
Modified: 2014-02-24 16:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch attempt (7.72 KB, patch)
2012-01-26 09:59 UTC, Samuel Thibault
none Details | Review

Description Samuel Thibault 2012-01-25 23:36:40 UTC
Hello,

In its 2.3 version (or perhaps as soon as 2.2), opencv completely
changed its API. The attached patch is what I have come up so far, but
it seems I'm stuck on an issue:

AttributeError: 'module' object has no attribute 'LoadHaarClassifierCascade'

The function is still in the opencv library, but there is apparently no
python binding for it. You somebody discuss with opencv upstream to fix
the issue. Otherwise we'll have to drop mousetrap from Debian for the
wheezy release.

Samuel
Comment 1 André Klapper 2012-01-26 09:57:11 UTC
Samuel: "Attached patch" is missing. :)
Comment 2 Samuel Thibault 2012-01-26 09:59:39 UTC
Created attachment 206160 [details] [review]
Patch attempt

Grmbl, I *do* remember having attached the patch, but I initially forgot to fill the summary field, and I guess the form system didn't reattach the file when re-presenting me with the prefilled form.
Comment 3 Heidi Ellis 2014-02-24 16:22:38 UTC
Focusing efforts on gnome3-wip and upgrading to GNOME 3.  As part of this we are converting MouseTrap to the most recent version of OpenCV (2.4).