pygame 错误:DLL 加载失败 (Win32)

发布于 2024-11-28 19:00:03 字数 211 浏览 1 评论 0原文

我运行的是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蘑菇王子 2024-12-05 19:00:03

尝试使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文