Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在系统托盘(WINDOWS)中运行的 python 脚本,但是当我使用 pyinstaller2.0 时,它会在系统托盘中打开,但也会打开我的控制台。这个脚本不涉及图形,但我需要它在后台运行,最好不要打开控制台。
提前致谢!