我是一个 python 菜鸟,所以这可能是一个愚蠢的问题,但是当我尝试使用 cxfreeze 将 python 脚本导出到 exe(使用 python 3.3)时,我得到了这个:
cxfreeze.py: error: script or a list of modules must be specified
这是我使用的命令:
cxfreeze.py script.py --target-dir dist
脚本已复制到C:\Python33\Scripts
目录中。我在这里做错了什么?
我是一个 python 菜鸟,所以这可能是一个愚蠢的问题,但是当我尝试使用 cxfreeze 将 python 脚本导出到 exe(使用 python 3.3)时,我得到了这个:
cxfreeze.py: error: script or a list of modules must be specified
这是我使用的命令:
cxfreeze.py script.py --target-dir dist
脚本已复制到C:\Python33\Scripts
目录中。我在这里做错了什么?