[issue22139] python windows 2.7.8 64-bit did not install

Martin v. Löwis report at bugs.python.org
Mon Sep 15 17:57:30 CEST 2014


Martin v. Löwis added the comment:

Henning: if you have installed Python 2.7.5 "for all users", then this behavior is expected. Python finds python27.dll in system32, so even if you install 2.7.8 "just for me", it will still pick up 2.7.5 from system32.

Installing different 2.7 versions on the same machine isn't really supported, although it should work if they are all installed "just for me". The operator module comes from python27.dll.

----------

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


More information about the Python-bugs-list mailing list