我不久前正在搜索这个,发现了这个:http ://www.mail-archive.com/pygame-users@seul.org/msg05619.html
引用上面的链接:
setup.py 文件:PY_PROG =
'trek10.py' APP_NAME = 'Trek_Game'
cfg = {
Run Code Online (Sandbox Code Playgroud)'name':APP_NAME, 'version':'1.0', 'description':'', 'author':'', 'author_email':'', 'url':'', 'py2exe.target':'', 'py2exe.icon':'icon.ico', #64x64 'py2exe.binary':APP_NAME, #leave off the .exe, it will be added 'py2app.target':'', 'py2app.icon':'icon.icns', #128x128 'cx_freeze.cmd':'~/src/cx_Freeze-3.0.3/FreezePython', 'cx_freeze.target':'', 'cx_freeze.binary':APP_NAME, }--剪断--