I have recently installed pySNMP 3.3.2 and use Python 2.2.2. Thanks to
Peter Hansen, I succeeded to install pySNMP properly. I'm not
completely new to SNMP (I know the basics), but I'm new to Python and
pysnmp. While experimenting, I find some strange things. When using
pySNMP:
1) I can type: 'import pysnmp' or 'from pysnmp import *'
2) when using: 'from pysnmp import role' (found on
http:/...