首页 > 编程 > Python > 正文

py2exe 编译ico图标的代码

2019-11-25 18:40:02
字体:
来源:转载
供稿:网友
复制代码 代码如下:

#setup.py
from distutils.core import setup
import py2exe

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