首页 > 编程 > Python > 正文

py2exe 编译ico图标的代码

2020-02-23 04:52:51
字体:
来源:转载
供稿:网友
代码如下:
#setup.py
from distutils.core import setup
import py2exe

setup(
# targets to build
windows = [{"script":"EDI_VIEW.py", "icon_resources": [(1, "edi.ico")]} ]
)
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表