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 eric.smith
Recipients Jovik, docs@python, eric.smith, kathweaver, r.david.murray, terry.reedy
Date 2014-03-17.13:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395063084.63.0.696375852556.issue20927@psf.upfronthosting.co.za>
In-reply-to
Content
Where is plink.exe? If it's not in cwd (c:\python33\workspace), note that the documentation for cwd says:
"If cwd is not None, the function changes the working directory to cwd before executing the child. In particular, the function looks for executable (or for the first item in args) relative to cwd if the executable path is a relative path."

Although confusingly, the 2.7 documentation says:
"If cwd is not None, the child’s current directory will be changed to cwd before it is executed. Note that this directory is not considered when searching the executable, so you can’t specify the program’s path relative to cwd."
History
Date User Action Args
2014-03-17 13:31:24eric.smithsetrecipients: + eric.smith, terry.reedy, r.david.murray, docs@python, Jovik, kathweaver
2014-03-17 13:31:24eric.smithsetmessageid: <1395063084.63.0.696375852556.issue20927@psf.upfronthosting.co.za>
2014-03-17 13:31:24eric.smithlinkissue20927 messages
2014-03-17 13:31:24eric.smithcreate