Pygame 可以在 64 位 Python 2.7 上运行吗?
我知道建议卸载 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
基本上,答案是肯定的。我知道,因为我也遇到了同样的问题。
在 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.
It is really as simple as that.
此网站有 64 位版本的 PyGame它。
This site has a 64bit version of PyGame on it.