摘要:
首先,需要一个给 py2exe 使用的 python 脚本,我命名为 setup.py,内容如下:1fromdistutils.coreimportsetup2importglob,shutil3importpy2exe4setup(windows=["main.py"])5shutil.copytree('SFX','dist/SFX')6shutil.copytree('Image','dis... 阅读全文
The man who can think and does not know how to express what he thinks is at the level of him who cannot think。