gpt4 book ai didi

python - Py2exe 错误 : No Commands Supplied

转载 作者:行者123 更新时间:2023-11-28 17:34:45 31 4
gpt4 key购买 nike

我正在尝试使用下面的 setup.py 代码将我的 Python 程序转换为 Py2exe 库:

    from distutils.core import setup
import py2exe

file = raw_input("Python file to convert:")

setup(console=[file])

然后,当我输入要转换的程序时,它会显示:

    usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: no commands supplied

然后它停止了。你们中有人知道是什么原因造成的吗?

最佳答案

你可以试试

python setup.py install

关于python - Py2exe 错误 : No Commands Supplied,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31630792/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com