tags:

views:

49

answers:

1

I am running a Python program on a Windows XP machine. When I run the program, I get the following error:

 File "C:\Python27\lib\pysnmp\smi\builder.pyt, line 230, in loadModules...  
 pysnmp.smi.error.SmiError: MIB file "SNMPv2-MIB.py[co]" not found in search path

Does anyone know how I can solve this? The file SNMPv2-MIB.py is currently located in C:\Python27\Lib\pysnmp\smi\mibs

A: 

This looks to be a duplicate of another question at SO. I have provided the solution there.

pyfunc