gpt4 book ai didi

python - 如何检测 Python 是否作为 64 位应用程序运行?

转载 作者:IT老高 更新时间:2023-10-28 21:07:16 25 4
gpt4 key购买 nike

Possible Duplicate:
How do I determine if my python shell is executing in 32bit or 64bit mode?

我正在使用 Windows 注册表做一些工作。根据您是以 32 位还是 64 位运行 python,键值会有所不同。如何检测 Python 是否作为 64 位应用程序而不是 32 位应用程序运行?

注意:我对检测 32 位/64 位 Windows 不感兴趣——只检测 Python 平台。

最佳答案

import platform
platform.architecture()

来自 Python docs :

Queries the given executable (defaults to the Python interpreter binary) for various architecture information.

Returns a tuple (bits, linkage) which contain information about the bit architecture and the linkage format used for the executable. Both values are returned as strings.

关于python - 如何检测 Python 是否作为 64 位应用程序运行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1842544/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com