摘要:
# -*- coding: utf-8 -*-#import distutils#import py2exe#from distutils.core import setup#distutils.core.setup(windows=['first_app.py'])#setup(console=[... 阅读全文
posted @ 2015-04-27 08:00
Jefree
阅读(603)
评论(0)
推荐(0)
摘要:
#!/usr/bin/env python#----------------------------------------------------------------------------# Name: test7.py# Purpose: A minimal wx... 阅读全文
posted @ 2015-04-27 07:58
Jefree
阅读(506)
评论(0)
推荐(0)
摘要:
http://justcoding.iteye.com/blog/900993一、简介py2exe是一个将python脚本转换成windows上的可独立执行的可执行程序(*.exe)的工具,这样,你就可以不用装python而在windows系统上运行这个可执行程序。py2exe已经被用于创建wxPy... 阅读全文
posted @ 2015-04-27 07:57
Jefree
阅读(725)
评论(0)
推荐(0)
浙公网安备 33010602011771号