wxpython的两个学习资料

http://wiki.woodpecker.org.cn/moin/WxPythonInAction

http://www.zetcode.com/wxpython/

===========================================

另外,附上py2exe的脚本

from distutils.core import setup
import py2exe

setup(console=['hello.py'])

原文地址:https://www.cnblogs.com/cly84920/p/4426708.html