Made find_checker_program() more robust. It was failing to find pychecker installed via DarwinPorts when using the DarwinPorts installed Python due to looking at sys.prefix instead of sys.executable. So now it looks at sys.executable, sys.path, as well as $PATH to try to find the check program. Changed: U trunk/Bundles/Python.tmbundle/Support/bin/pycheckmate.py