Pygame in Windows: ImportError: DLL load failed

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

    If you are running a 64 bit version of windows, with a 64 bit python, the default installers on the Pygame site don't seem to work.

    The pygame website led me there: There are some pre release binaries for 64bit windows, and for python 2.7 at http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame

提交回复
热议问题