Pygame in Windows: ImportError: DLL load failed

后端 未结 7 709
失恋的感觉
失恋的感觉 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

    I have faced this error on a Windows 64 bit. I have uninstalled my python 3.4.1 and I have installed: python-3.4.1.amd64.msi then pygame-1.9.2a0.win-amd64-py3.4.exe from link mentioned above. And it worked.

提交回复
热议问题