简体   繁体   中英

Switch py2exe 64bit to 32bit

I'm trying to switch my 64bit py2exe to 32bit version. Since I haven't found any uninstall command for py2exe, I've decided to just install 32bit version without uninstalling previous 64bit version.

Is this process harmless?

EDIT: I want to install 32bit py2exe to make an 32bit program.

py2exe ist a Python library. It uses the Python it is installed for.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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