[issue38734] Python 3.7 and 3.8 in Windows Store do not start under git bash

Steve Dower report at bugs.python.org
Sat Nov 9 17:49:15 EST 2019


Steve Dower <steve.dower at python.org> added the comment:

The problem is that Cygwin (on which MinGW and Git Bash are based) tries to read the contents of the executable file, rather than just executing it. The type of link used by Windows here cannot be read as a normal file.

The provided workaround is the best we can offer. Someone who is allowed to handle GPL code without impacting their job (not me) could try removing whatever additional check is being attempted here in Cygwin.

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38734>
_______________________________________


More information about the Python-bugs-list mailing list