url:http://starship.python.net/crew/theller/py2exe/ 今天看到了一段测试正则表达式匹配的代码,想把它打成个exe文件,好在上班时使用。来研究下怎么用的。 [quote] Using py2exe Assuming you have written a
python script myscript.py which you want to convert into an executable windows program, able to run on systems without a
python installation. If you don't already have written a distutils setup-script, write one, and insert the statement import py2exe before the call to the setup function: [/quote]
use py2exe
最新推荐文章于 2025-12-01 13:49:36 发布
博主看到一段测试正则表达式匹配的代码,想将其打成exe文件以便上班使用,研究了使用py2exe将Python脚本转换为可在无Python环境系统运行的Windows可执行程序的方法,需在setup函数调用前插入import py2exe语句。
2448

被折叠的 条评论
为什么被折叠?



