Yes, I installed pysnmp (2.0.9) as described in the SLES guide.
I used the package nav-3.0.0-1.noarch.rpm that is located at MetaNAV download page: http://metanav.ntnu.no/moin.cgi/NAVDownload
It seems to be be NAV 3.0 beta.
Should I better try to compile it from source?
Sorry for my late answer.
Morten Brekkevold wrote:
Martin Roll wrote, On 22-11-2006 19:01:
File "/usr/local/nav/apache/webroot/editdb/initBox.py", line 29, in ? from nav.Snmp import Snmp,NameResolverException,TimeOutException
ImportError: cannot import name Snmp
[...]
File "/usr/local/nav/lib/python/nav/Snmp.py", line 24, in ? from pysnmp.proto import v1, v2c
ImportError: No module named proto
Do you have any idea what I could have done wrong?
Looks like NAV's nav.Snmp module hasn't been fully imported because pysnmp is missing, and this might be why you are seeing both these messages.
Did you install pysnmp, as the SLES guide you pointed to says? What version of NAV are you installing?