[issue16561] bdist_wininst installers don't use UAC, then crash

Christian Boos report at bugs.python.org
Sun Oct 26 17:33:52 CET 2014


Christian Boos added the comment:

The reason of the crash is pretty trivial, there's no check for success of the creation of the installation logfile. Trapping this and aborting (with a hint to use "Run as administrator") would be enough to fix the issue, I think.

----------
keywords: +patch
Added file: http://bugs.python.org/file37019/python-issue-16561.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16561>
_______________________________________


More information about the Python-bugs-list mailing list