python 3.81,装了pyinstaller,打包时用-f hello.py 可以得到hello.exe,同时可以以窗口形式正常运行,想得到直观点的操作界面,用-f -w hello.py打包得到的hello.exe。双击运行提示下图:
有没有知道的同学,支个招~
程序内容是什么?有使用类似Tkinter的图形界面吗?
。