The error is :
AttributeError: type object 'MibViewController' has no attribute 'mibBuilder'
I just followed the example,but it failed.
Is it a problem with my enviroment?
from pysnmp.proto.rfc1902 import Integer32
from pysnmp.smi.rfc1902 import ObjectIdentity, ObjectType
from pysnmp.hlapi import *
from pysnmp.smi.view import *
The error is :
AttributeError: type object 'MibViewController' has no attribute 'mibBuilder'
I just followed the example,but it failed. Is it a problem with my enviroment?