Antoine Pitrou <pit...@free.fr> added the comment:

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).

----------

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

Reply via email to