R. David Murray <rdmur...@bitdance.com> added the comment:

Greg, thanks for working on this.

I haven't looked over the whole patch yet, but there's one thing I noticed 
right away that needs to be fixed.  'python.exe' is the name of the python 
executable only on OS X, and the tests are not always run from the build 
directory.  To make the test OS and location independent you should instead use 
subprocess.Popen to run the tests, with sys.executable as the program to run.  
(You can take a look at how other tests in the test suite do this by searching 
for sys.executable in the test suite.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9607>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to