Open igorcarmona-git opened 2 months ago
You must be reading some very old materials, as the latest releases 6.x/7.x have moved away completely from import pysnmp.hlapi as hlapi
.
Please read about the latest status from #429 and this upgrade guide.
This repo is no longer in use, so new issues should go to https://github.com/lextudio/pysnmp/issues.
I tried to follow these steps on this page: https://pysnmp.readthedocs.io/en/latest/quick-start.html. Was I in the wrong place?
That's surely the wrong place and some random guy set it up with incorrect branch from Ilya's repo.
Good afternoon!
I'm trying to get information from some printers using SNMP. I followed the steps in the official documentation, but when I run the code, it always says: "module 'pysnmp.hlapi' has no attribute 'getCmd'."
This is my code below:
I'm using a Windows 10 system.