Hi,
I'm installed nav 3.8.1 on Ubuntu 9.10. Reading and followed all instructed on INSTALL.rst. I think I've configure all the dependencies correctly. Starting nav without error. I can see the frontpage Welcome Page. But when I click on login link , it generated error like this :
Exception Type: ImportError Exception Value:
No module named oid
Exception Location: /usr/local/nav/lib/python/nav/Snmp/pysnmp_se.py in <module>, line 22 Python Executable: /usr/bin/python
another lines that contain about the same error :
/usr/lib/pymodules/python2.6/django/core/handlers/base.py in get_response
85. # Apply view middleware 86. for middleware_method in self._view_middleware: 87. response = middleware_method(request, callback, callback_args, callback_kwargs) 88. if response: 89. return response 90. 91. try:
92. response = callback(request, *callback_args, **callback_kwargs) ...
93. except Exception, e: 94. # If the view raised an exception, run it through exception 95. # middleware, and if the exception middleware returns a 96. # response, use that. Otherwise, reraise the exception. 97. for middleware_method in self._exception_middleware: 98. response = middleware_method(request, e)
▼ Local vars Variable Value callback <function login at 0xba588e9c> callback_args () callback_kwargs {} e ImportError('No module named oid',) exc_info (<type 'exceptions.ImportError'>, ImportError('No module named oid',), <traceback object at 0xbaabb84c>) exceptions <module 'django.core.exceptions' from '/usr/lib/pymodules/python2.6/django/core/exceptions.pyc'>
Maybe I missed something here about OID, but can't figure it out where ... Any help/hint is much appreciated.
Thks.