打包python脚本为可执行文件的工具

windows

py2exe(http://starship.python.net/crew/theller/py2exe/)

windows+linux:

cx_Freeze(http://starship.python.net/crew/atuining/cx_Freeze/), 与python2.3完美结合,和python2.4版本有兼容性问题。可能原因见下面的链接。

来自google groups(http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/98d3a6523b35d803/0891970b72fb5bba?q=python+zlib&rnum=12&hl=en#0891970b72fb5bba),是一个老外推荐的。

你可能感兴趣的:(打包python脚本为可执行文件的工具)