Hi,
I am working with python2.4 on windows, and want pysnmp to be imported.
Have downloaded pysnmp-4.1.14a.tar.gz and pyasn1-0.0.12a.tar.gz and put it under
D:\Python24\Lib\site-packages\. Still i am getting the import error.
from pysnmp.entity.rfc3413.oneliner import cmdgen
ImportError: No module named pysnmp.entity.rfc3413.oneliner
What should I do to make pysnmp importable?