Pygame in Windows: ImportError: DLL load failed

后端 未结 7 722
失恋的感觉
失恋的感觉 2020-12-14 23:34

I just installed PyGame 1.9.1 (onto an existing python 2.6.4). Python and it standard libraries work, however, there is a problem with python even being able to find the pyg

7条回答
  •  遥遥无期
    2020-12-15 00:27

    Are you sure you have got pygame for Python 2.6? The version for 2.5 wont work and produce this error msg, because the pyd file wont find the python 2.5 dll.

提交回复
热议问题