Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv does not maintain any python binaries, what you downloaded from 3rd party menpo, might not fit your system (e.g. it was built without any gui support, as your message hints, or against a different gtk version)

rather try to build from src so it uses exactly the lib savailable on your system.

opencv does not maintain any python binaries, what you downloaded from 3rd party menpo, might not fit your system (e.g. it was built without any gui support, as your message hints, or against a different gtk version)

note, that even if you have the correct gtk version installed, - the opencv libs in cv2.so must have been build with it before (there's the trouble, i guess).

rather try to build from src so it uses exactly the lib savailable libs available on your system.