Hi, I have recently tried to install NAV on a computer running Ubuntu Linux. Seems like I hav an issue with the Apache/Python configuration, if I try to enter the NAV web interfac (click on index.py) I get this responce:
MOD_PYTHON ERROR
ProcessId: 4210 Interpreter: '127.0.1.1'
ServerName: '127.0.1.1' DocumentRoot: '/var/www/'
URI: '/nav' Location: None Directory: '/var/www/nav/' Filename: '/var/www/nav' PathInfo: ''
Phase: 'PythonHeaderParserHandler' Handler: 'nav.web'
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch default=default_handler, arg=req, silent=hlist.silent)
File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1202, in _process_target module = import_module(module_name, path=path)
File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 304, in import_module return __import__(module_name, {}, {}, ['*'])
ImportError: No module named nav.web
Have you seen this before/any idea where the problem might be?
Jan Egil Sjåstad