[issue9809] Wrong Registery Entries on win64

Brian Curtin report at bugs.python.org
Thu Sep 9 17:05:58 CEST 2010


Brian Curtin <curtin at acm.org> added the comment:

Wow6432Node registry entries are for applications running WOW - aka 32-bit applications on a 64-bit platform. The 64-bit Python installer is placing its entries in the appropriate location.

See the winreg documentation for information that might help fixing this setuptools bug, in particular this section: http://docs.python.org/py3k/library/winreg#bit-specific

----------
components: +Windows
nosy: +brian.curtin
resolution:  -> invalid
stage:  -> committed/rejected
type:  -> behavior
versions:  -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list