1. Regarding to python. On Linux is nice tool, called strace. It shows system calls, what files are tried to open and if it was successful. You can see, where is python binary expected, what plugin directory is searched.
  2.  
  3. Usage: strace -o gimp_strace.log gim
  4.  
  5. Gimp will start, then you can close it and look to log, what was wrong.