复制代码 代码如下: #setup.py from distutils.core import setup import py2exe setup( # targets to build windows = [{“script”:”EDI_VIEW.py”, “icon_resources”: [(1, “edi.ico”)]} ] ) 您可能感兴趣的文章:Python中.py文件打包成exe可执行文件详解Python使用py2exe打包程序介绍使用cx_freeze把python打包exe示例使用PyInstaller将Python程序文件转