1. 首页
  2. 数据库
  3. 其它
  4. py2exe 编译ico图标的代码

py2exe 编译ico图标的代码

上传者: 2020-12-30 19:41:21上传 PDF文件 21.25KB 热度 18次
复制代码 代码如下: #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程序文件转
下载地址
用户评论