pygame 错误:DLL 加载失败 (Win32)
我运行的是 Windows 7 64 位,并且安装了 Python 2.6.7 32 位,以及 win-32 的 pygame 1.9.1。但是,当我导入 pygame 模块时,出现以下错误:
import pygame
ImportError: DLL load failed: %1 is not a valid Win32 application.
I am running Windows 7 64-bit, and I have Python 2.6.7 32-bit installed, as well as pygame 1.9.1 for win-32. However, when I import the pygame module, I get the following error:
import pygame
ImportError: DLL load failed: %1 is not a valid Win32 application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 64 位版本的 pygame 以及 64 位版本的 python。
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
Try using the 64 bit versions of pygame, as well as a 64bit build of python.
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame