pygtk安装不起作用
我在 Windows(64 位版本)上运行,并安装了 python 2.7(也是 64 位)。我下载了 python 2.7 的 pygtk 一体化安装程序,但是当我运行它时,它显示“无法在您的系统上找到 python 2.7”。当我已经安装了 python 2.7 时为什么会这样?
I am running on Windows (64bit version) and have python 2.7 (also 64 bit) installed. I downloaded the all-in-one installer for pygtk for python 2.7, but when I run it, it shows "python 2.7 could not be located on your system". Why is it so when I already have python 2.7 installed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
目前,一体化安装程序二进制文件此处是仅针对 32 位 python 编译。那里没有 64 位二进制。在你的 Windows 上安装 python 2.7 32 位,它应该可以工作。
或者,您可以使用 C 编译器,然后尝试编译安装程序源。但这要困难得多。
Currently, the all-in-one installer binaries here are compiled against 32 bits python only. There is no 64 bits binary in there. Install python 2.7 32 bits on your windows and it should work.
Alternatively, you could grab a C compiler, and then try to compile the installer sources. That's a lot harder though.
你安装了64位Python解释器吗?最有可能的原因
该消息是一体化安装程序无法找到 32 位
Python 解释器(在 64 位 Windows 上运行良好)。
http://permalink.gmane.org/gmane.comp.gnome.gtk+ .python/15263
Did you install a 64bit Python interpreter? The most probable reason
for that message is that the all-in-one installer can't locate a 32bit
Python interpreter (which works fine on 64bit Windows).
http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/15263