-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: 'onvif.exceptions.ONVIFError: Unknown error: No such file: /usr/local/lib/python2.7/dist-packages/wsdl/devicemgmt.wsdl' #13
Comments
It went out that the files are stored in |
When I install python-onvif-zeep v0.2.12 from source as described in the README, eg
it installs these files:
and instantiating an When I instead use
and instantiating an I suspect this is pretty easy to fix (this guide suggests using |
Hello,
if I try to call
mycam = ONVIFCamera('192.168.1.100', 80, 'admin', 'admin)
I getNo such file: /usr/local/lib/python2.7/dist-packages/wsdl/devicemgmt.wsdl'
- If I understand it correctly the wsdl files should be included in the PyPi package right?If I download the wsdl files manually and add it to the call it works as expected.
Thanks in Advance!
The text was updated successfully, but these errors were encountered: