[issue21506] Windows MSI installer should mklink (symlink) python.exe to python2.7.exe

Steve Dower report at bugs.python.org
Wed May 14 18:59:21 CEST 2014


Steve Dower added the comment:

> there's a bug in Explorer that breaks opening symbolic links to EXE, COM, CMD, and BAT files

Do you know which versions of Windows this applies to? It works fine for me (though I'm up to date), and the file associations have not changed.

I've seen some suggestions that creating a symlink without the right file extension (e.g. python2 <<===>> python.exe rather than python2.exe) will fail in some cases, but that's easily avoided by getting the symlink right.

----------

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


More information about the Python-bugs-list mailing list