On 28 July 2016 at 17:51, Barry Scott <[email protected]> wrote: > Why do you need SysArchitecture? Surely the 32bit pythons are registered in > the 32bit registry and the 64 bit pythons in the 64 bit registry.
Per-user installs go in HKEY_CURRENT_USER, which is not architecture-specific. So you either need SysArchitecture, or you have to leave it as "unknown". Paul _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
