[pysnmp-users] bulkrole.py problem
Brought to you by:
elie
From: Mark K. <mr...@eu...> - 2002-11-14 10:18:41
|
A list for users of pure-Python SNMP framework <pysnmp-users.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/pysnmp-users>, <mailto:pys...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=pysnmp-users> I have only been using pysnmp for a short while now but I have uncovered an error in bulkrole.py When I try to run the snmpbulk.py example or my own program written to use bulkrole I get the following error. Traceback (most recent call last): File "./snmpbulk.py", line 157, in ? client.dispatch() File "/usr/lib/python2.2/site-packages/pysnmp/mapping/udp/bulkrole.py", line 186, in dispatch except role.Error, why: AttributeError: 'module' object has no attribute 'Error' Unfortunately my python knowledge is currently not good enough to track down this problem. MArk |