Closed mathewfer closed 6 years ago
You need to install it:
https://raw.githubusercontent.com/ktbyers/pynet/master/snmp/snmp_helper.py
Create a file named snmp_helper.py in the same directory as your script and copy-paste the content from the above URL. I never created an installer for it.
Kirk
Hi,
I tried this SNMPv3 part and I get the below import error.
Any idea what is the python module missing in my system? I use Ubuntu 16.04.
ython 3.5.2 (default, Nov 23 2017, 16:37:01) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information.
Python 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information.
Mathew