Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在不从命令行调用 py2exe 的情况下使用 py2exe 编译 python 脚本?
>Python setup.py py2exe
我想从脚本中运行它,但还没有找到这样做的方法。
在 setup.py 的开头
import sys if len(sys.argv) == 1: sys.argv.append("py2exe")
这样,如果 setup.py 在没有 args 或双击的情况下被调用,它将开始打包