Just package it under 32-bit and it will be compatible with 64-bit
It is recommended to use PyInstaller for packaging~
Be sure to align the versions of all software used
For example, I use PyInstaller for packaging, all software:
win7 32 bit
python2.7 32-bit
Install VS2008 32-bit
Then, all packages used in the project are. 2.7 32-bit
After packaging, you can use InnoSetup to create an installation package~
Just package it under 32-bit and it will be compatible with 64-bit
It is recommended to use PyInstaller for packaging~
Be sure to align the versions of all software used
For example, I use PyInstaller for packaging, all software:
win7 32 bit
python2.7 32-bit
Install VS2008 32-bit
Then, all packages used in the project are. 2.7 32-bit
After packaging, you can use InnoSetup to create an installation package~