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 Joshua.Cogliati
Recipients Arfrever, Joshua.Cogliati, benjamin.peterson, eric.araujo, georg.brandl, loewis, pitrou
Date 2012-07-05.16:48:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341506904.54.0.379725396952.issue15020@psf.upfronthosting.co.za>
In-reply-to
Content
> Joshua: what command did you run under strace?

A program I created that embeds python3.  I could create a minimum piece of code that triggered the bug if needed.

> Maybe it would be better to use L"python3.2" for Python 3.2 and L"python3.3" for Python 3.3.

L"python3.2" and L"python3.3" would work better than the current L"python" since calculate_path assumes that progname is the name of an actual executable for python 3.  It only sorta works now with L"python" if python 2 and python 3 are installed in the same location, which was not the case for me since python 2 came with the system and python 3 was a local install.
History
Date User Action Args
2012-07-05 16:48:24Joshua.Cogliatisetrecipients: + Joshua.Cogliati, loewis, georg.brandl, pitrou, benjamin.peterson, eric.araujo, Arfrever
2012-07-05 16:48:24Joshua.Cogliatisetmessageid: <1341506904.54.0.379725396952.issue15020@psf.upfronthosting.co.za>
2012-07-05 16:48:18Joshua.Cogliatilinkissue15020 messages
2012-07-05 16:48:18Joshua.Cogliaticreate