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 mcmahon_m
Recipients
Date 2007-03-07.19:38:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Yes of course! I had slightly misunderstood the original problem. I had thought it was execv/execve that had to have the full path, but I see that it is actually os._execvpe() that is only looking in explicit path entry locations for the file (and we need to add the implicit by allowing `file` to be found).
History
Date User Action Args
2007-08-23 15:55:02adminlinkissue1576313 messages
2007-08-23 15:55:02admincreate