3
我在安裝了「Service Pack 2」的Win Vista Home Premiun 32bit機器上安裝了Python 3.4.0。Pygame安裝錯誤
的Python安裝C:\Python34
然後我選擇了pygame的窗口二進制pygame-1.9.2a0.win32-py3.2
,因爲這是最接近到Python 3.4.0。
當在外殼或通過.py文件我用from pygame import *
,我得到以下錯誤:
*Traceback (most recent call last):
File "C:/Users/Stuart/Desktop/Python Project files/g.py", line 1, in <module>
from pygame import *
File "C:\Python34\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 3.4安裝Python 3.3和下載來自Bitbucket的Pygame,位於https://bitbucket.org/pygame/pygame/downloads。 – Martin
這似乎工作得很好馬丁,非常感謝。 – user3468763