On Mon, Aug 28, 2006 at 11:36:07AM +0200, Morten Vold wrote:
> Newer versions of Cheetah seem to have introduced slight syntax changes.
> Unfortunately I am unable to immediately test on a newer version of
> Cheetah than 1.0, which will still compile the template as is.
>
> Could you please try to apply the attached patch to the IPInfo.tmpl file
> and compile again?
This also seemed to work just fine on cheetah 2.0~rc7-1 in Debian,
thanks! :)
- Werner
>From satanovskyl at mail.ru Mon Sep 4 14:35:04 2006
From: satanovskyl at mail.ru (Leonid Satanovsky)
Date: Mon Sep 4 11:35:13 2006
Subject: [Nav-users]
One More Time --// Error while accessing web-interface/. . . .
Message-ID: <E1GKArA-000Bnp-00.satanovskyl-mail-ru(a)f55.mail.ru>
> Good time of the day, people!
>
> This time, accessing the web-interface I get the error:
>
> --------------------------------------------------------------
> Mod_python error: "PythonHeaderParserHandler nav.web"
>
> Traceback (most recent call last):
>
> File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch
> result = object(req)
>
> File "/usr/local/nav/lib/python/nav/web/__init__.py", line 49, in headerparserhandler
> import nav.web.auth
>
> File "/usr/local/nav/lib/python/nav/web/auth.py", line 32, in ?
> from nav import db
>
> File "/usr/local/nav/lib/python/nav/db/__init__.py", line 31, in ?
> import psycopg
>
> ImportError: libpq.so.4: cannot open shared object file: No such file or directory
> --------------------------------------------------------------
>
> (?) Does anybody know, what may be wrong?
>
> Leonid.