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 pitrou
Recipients Arfrever, Joshua.Cogliati, benjamin.peterson, eric.araujo, georg.brandl, loewis, pitrou
Date 2012-07-05.18:16:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341512173.24.0.500142035574.issue15020@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, actually, there is a potential problem. While "python3" is the official binary under POSIX, under Windows it is "python" (well, "python.exe").

Joshua, if you are embedding Python, why don't you simply call Py_SetPath to set the search path appropriately? Or is it not enough? (I've lost memory of the mazy details of how we calculate paths :-S).
History
Date User Action Args
2012-07-05 18:16:13pitrousetrecipients: + pitrou, loewis, georg.brandl, benjamin.peterson, eric.araujo, Arfrever, Joshua.Cogliati
2012-07-05 18:16:13pitrousetmessageid: <1341512173.24.0.500142035574.issue15020@psf.upfronthosting.co.za>
2012-07-05 18:16:12pitroulinkissue15020 messages
2012-07-05 18:16:12pitroucreate