Hi
Package:- easysnmp0.2.5
Error:- ImportError: cannot import name Session
Python version: 2.7.5
Package:- easysnmp0.2.5
Error:- ImportError: cannot import name Session
Python version: 2.7.5
1 2 3 4 |
Python 2.7 . 5 (default, Aug 4 2017 , 00 : 39 : 18 ) [GCC 4.8 . 5 20150623 (Red Hat 4.8 . 5 - 16 )] on linux2 Type "help" , "copyright" , "credits" or "license" for more information. >>> from easysnmp import Session |
Error:Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/scripts/easysnmp.py", line 2, in <module>
ImportError: cannot import name Session
please provide workaround to resolve this issue.