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.
我在使用 pygtk 时遇到了一点问题,我有这个项目是用 python 编写的,现在程序可以正常工作,我已经添加了使用终端执行的字符串:
#! /usr/bin/env python
现在我想知道如何执行这个脚本来隐藏双击文件后弹出的终端。
有谁知道?
尝试将其保存为 .pyc 并执行该文件。
看看这个和这个。
基本上是这样的:
import py_compile py_compile.compile('abc.py')