I’m doing some work with the Windows registry. Depending on whether Python is running as 32-bit or 64-bit, certain key values will be different. How can I detect whether Python is running as a 64-bit application or as a 32-bit application? (I’m not interested in detecting 32-bit/64-bit Windows – just the Python platform.)
I’m doing some work with the Windows registry. Depending on whether Python is running
Share
From the Python docs: