I'm working on this as well but I'm hitting an additional issue with getting xpresser to run on Fedora.
ImportError: No module named opencv
I'm having trouble figuring out where this python module comes from. As far as I can tell, the python bindings from opencv are compiled as the 'cv' module, not 'opencv'. Is another wrapper being used or is this a platform difference between the opencv packages?
I'm working on this as well but I'm hitting an additional issue with getting xpresser to run on Fedora.
ImportError: No module named opencv
I'm having trouble figuring out where this python module comes from. As far as I can tell, the python bindings from opencv are compiled as the 'cv' module, not 'opencv'. Is another wrapper being used or is this a platform difference between the opencv packages?