2009/11/4 Stéfan van der Walt
<stefan@sun.ac.za>
2009/11/4 Chris Colbert <sccolbert@gmail.com>:
>
> Im all for a big glaring "OpenCV >= 2.0 required if you want to use
> opencv extensions"
This does look like the most painless way forward. Chris, would you
mind putting up a big notice in the OpenCV docs?
A notice is good but does not really solve the issue right? If you need to have 1.x on your computer for whatever reason, you get crashes anyway when running the tests.
I like Holger's option b:
> b) Determine at run time if the user has OpenCV 1 installed and ABORT
> then in a pythonic fashion. I know of no portable way to pull this
> off; one could only check for relative positions of functions in the
> binaries or so. Nice code, nice distribution, very hard to implement.