新手求教Python生成.exe程序步骤?要能完美兼容64和32位windows8.1 windows8 windows 7
伊谢尔伦
伊谢尔伦 2017-04-17 13:55:27
0
1
463

新手求教Python生成.exe程序步骤?要能完美兼容64和32位windows8.1 windows8 windows 7

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(1)
黄舟

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~

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!