FalkTannhaeuser / python-onvif-zeep

ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
MIT License
424 stars 138 forks source link

from: can't read /var/mail/onvif #51

Closed santhku closed 4 years ago

santhku commented 5 years ago

When i try to run this command,

from onvif import ONVIFCamera

Im getting the below error message from: can't read /var/mail/onvif

How can i resolve this

zajc3w commented 4 years ago

Run it in script not in shell. It's python command as far as i know it's importing ONVIFCamera library from onvif library.

santhku commented 4 years ago

Thanks Solved...