【发布时间】:2016-06-11 01:38:26
【问题描述】:
我下载了 pyinstaller 和 pywin32 并将它们放在 Python32-35 文件夹中
然后我将我编码的 gui 程序 (Homework.py) 的副本放入位于上一个文件夹中的 Scripts 文件夹中
现在我打开一个 cmd 窗口并输入代码时
pyinstaller--onefile --windowed Homework.py
我在 cmd 中收到错误提示
'pyinstaller--onefile' is not recognized as an internal or external command,
operable program or batch file.
【问题讨论】:
-
在 pyinstaller 和 --onefile 之间不需要空格吗?
-
我试过了,还是不行
标签: python user-interface pip pyinstaller pywin32