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.
Python2.5をダウンロードしました。TkinterがPythonに含まれているかどうか、または別のダウンロードであるかどうかを知りたいですか?
はい、含まれています。
http://wiki.python.org/moin/TkInter
Linux を使用している場合は、ターミナルを開いて python と入力し、エラー メッセージが表示されない場合はpythonインタープリターで入力 してください。これを試して、TkinterをPygameに置き換えるだけfrom Tkinter import*のように、PythonのすべてのパッケージをチェックできますPygame
python
from Tkinter import*
Pygame