cant import netsnmp in python on centos 6.5 -
I am trying to use netsnmp in Python but after importing all the tips related to netsnmp in Ajan I'm unable to install netsnmp under the command
yum install net-snmp net-snmp-utils easy_install ipython SNPP service is running . It still throws this error
importError: There is no module named netsnmp I use St OS 6.5 and Python version 2.6.6 Please help if installation is incorrect or any other configuration is unavailable. netprint = "text">
itemprop = "text">
To import netsnmp into Python, only net-snmp-python net- Both snmp net-snmp-utils can be removed.
yum install Net-snmp net-snmp-utils will enable the SNMP query from the Linux terminal. Both can work independently.
Comments
Post a Comment