This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients srid
Date 2010-08-24.16:44:08
SpamBayes Score 0.0021246616
Marked as misclassified No
Message-id <1282668249.86.0.665208966697.issue9672@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2010-08-24 16:44:09sridsetrecipients: + srid
2010-08-24 16:44:09sridsetmessageid: <1282668249.86.0.665208966697.issue9672@psf.upfronthosting.co.za>
2010-08-24 16:44:08sridlinkissue9672 messages
2010-08-24 16:44:08sridcreate