[SVN] r4448 (Python)

Jay Soffian jay at soffian.org
Thu Jul 20 15:47:33 UTC 2006


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



More information about the textmate-dev mailing list