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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -