Pygame 可以在 64 位 Python 2.7 上运行吗?

发布于 2024-12-09 21:07:13 字数 72 浏览 0 评论 0原文

我知道建议卸载 64 位 Python 并使用 win32 版本来运行 Pygame,但我只是想知道是否可以在 64 位上运行它。

I know it's advised to uninstall 64bit Python and use the win32 version to run Pygame, but I just wondered if it was possible to run it on 64bit nonetheless.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

无悔心 2024-12-16 21:07:13

基本上,答案是肯定的。我知道,因为我也遇到了同样的问题。

在 64 位计算机上安装 Python 2.7 后,您需要访问此网站,该网站是从 pygame 官方网站链接的:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame

例如,在 Windows 计算机上,您下载一个 self安装文件,它将 pygame 模块放在 Python 目录中的 site-package 包文件夹中。该目录可以在 LIB 文件夹中找到。

在此处输入图像描述

就是这么简单。

Basically, the answer is yes. I know because I had the same problem.

Once you have installed Python 2.7 on your 64-bit machine, you need to visit this web site, which is linked from the official pygame website:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame

On a Windows machine, for example, you download a self installing file, which puts the pygame module in your site-package package folder within the Python directory.This directory can be found in the LIB folder.

enter image description here

It is really as simple as that.

鹊巢 2024-12-16 21:07:13

网站有 64 位版本的 PyGame它。

This site has a 64bit version of PyGame on it.

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