简体   繁体   English

将py2exe从64bit切换到32bit

[英]Switch py2exe 64bit to 32bit

I'm trying to switch my 64bit py2exe to 32bit version. 我正在尝试将我的64位py2exe切换到32位版本。 Since I haven't found any uninstall command for py2exe, I've decided to just install 32bit version without uninstalling previous 64bit version. 由于我没有找到用于py2exe的任何卸载命令,因此我决定只安装32位版本,而不卸载以前的64位版本。

Is this process harmless? 这个过程无害吗?

EDIT: I want to install 32bit py2exe to make an 32bit program. 编辑:我想安装32位py2exe来制作32位程序。

py2exe ist a Python library. py2exe是一个Python库。 It uses the Python it is installed for. 它使用安装的Python。

So, it seems you need to install 32-bit Python (NOT into the same directory as ths 64-bit Python!), and then install the py2exe in it, and you should be ready to go. 因此,似乎您需要安装32位Python(不要与64位Python放在同一目录中!),然后在其中安装py2exe,这样就可以开始了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM