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')