我正在尝试将tkinter打包到exe应用程序并获取以下错误消息。请帮忙。
setup(
options ={'py2exe':{'bundle_files':3,'compressed':True}},
zipfile = None,
console = ['SApp.py'])
To exit: use 'exit', 'quit', or Ctrl-D.
An exception has occurred, use %tb to see the full traceback.
SystemExit: usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: option -f not recognized
答案 0 :(得分:0)
尝试使用标志-F而不是-f进行编译以编译为单个文件。