When I try this, the command haarEyes = cv.Load('haarcascade_eye.xml')results in the error message error: haarcascade_eye.xml(1): Unsupported encodingI'm running Ubuntu 11.04, using Python 2.7, and OpenCV 2.2 (the current one supported by Ubuntu).Any ideas as to why this .xml file won't load?
