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 alevonian
Recipients alevonian, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-03-03.21:04:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <451963885.644311.1488574840247@mail.yahoo.com>
In-reply-to <1488566642.71.0.681832493807.issue29702@psf.upfronthosting.co.za>
Content
If I close the failure to run dialog, the temp directory is also destroyed, thus getting rid of the temp executable, however, while the fail dialog is up and I travel to where it says it fails to run the executable, it then yet creates another temp guid directory and logs a failure as unable to run from the thing it just created.So I can recursively launch and fail.
I don't understand why it wants to run another executable that is itself when it is already running it.

      From: Eryk Sun <report@bugs.python.org>
 To: alevonian@yahoo.com 
 Sent: Friday, March 3, 2017 10:44 AM
 Subject: [issue29702] Error 0x80070003: Failed to launch elevated child process

Eryk Sun added the comment:

When run directly from the temp directory path that's reported in the log, does the new log say that the installer is trying to run python-3.5.3-amd64.exe from that same path, or is it trying to run it from a new directory?

----------

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue29702>
_______________________________________
History
Date User Action Args
2017-03-03 21:04:44alevoniansetrecipients: + alevonian, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2017-03-03 21:04:44alevonianlinkissue29702 messages
2017-03-03 21:04:44alevoniancreate