Home  >  Q&A  >  body text

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

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

伊谢尔伦伊谢尔伦2715 days ago440

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-17 13:57:27

    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~

    reply
    0
  • Cancelreply