Also just ran in to this. It looks like Numeric USED to be the name for the project which has evolved into NumPy.
Go in to adaptors.py (/usr/lib/pymodules/python2.6/opencv/adaptors.py) Find: import Numeric Replace with: import numpy sudo apt-get install numpy Hopefully the package maintainer will see this and release a fix -- Missing dependency: Numeric https://bugs.launchpad.net/bugs/500745 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
