The issue there is about where the neatx python modules got installed.
I'm guessing it might be somewhere like
/usr/local/lib/python2.5/site-packages/neatx. Neatx expects the
modules to be available to python, if you can do:
diamond@asher:~(0:0)$ python
Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import neatx.constants
>>> neatx.constants.AUTH_METHOD_DEFAULT
'su'
then python is happy. I expect what'll happen in your case though is
that you'll get the same error as from your log. Can you tell me where
the neatx python packages are?
Steve
--
"You are technically correct, the best kind of correct."
- Bureaucrat 1.0, Futurama
Er, python *modules*, sorry.
Nice