我在 Windows 10 上的 64 位 Python 3.7 应用程序上创建了一个简单的 Python 程序,并使用 pyinstaller (onefile) 将其转换为 .exe。它可以在 32 位 Windows 7 上运行吗?一般系统要求是什么(架构、Windows 版本、RAM(exe 文件大约 5 MB))
我在 Windows 10 上的 64 位 Python 3.7 应用程序上创建了一个简单的 Python 程序,并使用 pyinstaller (onefile) 将其转换为 .exe。它可以在 32 位 Windows 7 上运行吗?一般系统要求是什么(架构、Windows 版本、RAM(exe 文件大约 5 MB))