[issue9672] test_xpickle fails on Windows: invokes pythonx.y instead of pythonxy

Sridhar Ratnakumar report at bugs.python.org
Tue Aug 24 18:44:09 CEST 2010


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

> On Windows, that should be python24.exe (not python2.4.exe).

Hmm, that is only true for ActivePython. For detecting Python interpreters installed on the system, a simple approach could be to hardcode the full paths, as done by tox: http://code.google.com/p/pytox/source/browse/tox/_venv.py#242

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9672>
_______________________________________


More information about the Python-bugs-list mailing list