私はpygame
1.9.2をPython 3.2+用に持っています。しかし、私はpygame
でPythonを起動しようとすると、私は受け取る:"ImportError: DLL load failed: The specified module could not be found."
私はそれが必要なファイルを見つけたが、どこに置くべきですか?DLLの読み込みに失敗し、DLLが正しい場所にありません
これは私の完全なエラートレースバックです:
Traceback (most recent call last):
File "C:\Users\Owner\AppData\Local\Programs\Python\Python36-32\hg.py", line 1, in <module>
import pygame
File "C:\Users\Owner\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pygame\__init__.py", line 95, in <module>
from pygame.base import *
ImportError: DLL load failed: The specified module could not be found.
間違ったのpythonをインストール示し可能性よりも、この複数の操作を行います... Pythonが来ます私はPygameが必要とすると思う唯一のdllであるtkinterで事前に設定されている(私は間違っているかもしれないが)... –
私はその問題をしばらくしていた...代わりにOSコマンドプロンプトで 'pip install pygame' runのgインストーラ。 – martineau
pygameをインストールするにはどうしたらいいですか?私はWindows 10を使用しています。@martineau – Maximosaur