Hi! > "... deferral: env:_python:_No_such_file_or_directory/"
Your python executable is missing. On my System (Debian 3.0) /usr/bin/python is just a symlink to /usr/bin/python2.2 - maybe that's the same on your system and you broke the link when you installed Python-2.2.1. Here's how it looks on my machine: $ l /usr/bin/python* lrwxrwxrwx 1 root root 9 2002-09-16 22:33 /usr/bin/python -> python2.2 -rwxr-xr-x 1 root root 3080 2001-06-23 23:52 /usr/bin/python2 lrwxrwxrwx 1 root root 7 2002-03-04 13:38 /usr/bin/python2.0 -> python2 -rwxr-xr-x 1 root root 522632 2002-09-13 22:51 /usr/bin/python2.1 -rwxr-xr-x 1 root root 746152 2002-09-13 23:36 /usr/bin/python2.2 -- Ciao, Sebastian * HP: http://www.sauerland.de/~toyland/ PGP-Key available _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
