码迷,mamicode.com
首页 > 其他好文 > 详细

py2exe 打包的两种方式

时间:2017-06-08 13:02:17      阅读:296      评论:0      收藏:0      [点我收藏+]

标签:log   sharp   from   port   class   core   imp   win   set   

cmd模式

#!/usr/bin/python
#-*- coding: UTF-8 -*-
from distutils.core import setup
import py2exe
setup(console = [‘hello.py‘])

窗口模式

#!/usr/bin/python

#-*- coding: UTF-8 -*-
from distutils.core import setup
import py2exe
setup(windows= [‘hello.py‘])

  

py2exe 打包的两种方式

标签:log   sharp   from   port   class   core   imp   win   set   

原文地址:http://www.cnblogs.com/hyh123/p/6962108.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!