安装 PyGtk 时出错
我尝试在 mac 上安装 pygtk。我下载了 pygtk 文件,打开终端并将其设置到我的工作目录,然后运行命令“python setup.py install”。由于没有模块 dsextras,因此出现导入错误。有谁知道如何在 Mac 上安装 pygtk 或获取 dsextras。
I tried to install pygtk on mac. I downloaded the pygtk file, opened up terminal and set it to my working directory, then ran the command "python setup.py install". There was an import error because there was no module dsextras. Does anyone know how to install pygtk on a mac or get dsextras.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PyGtk 是一个安装野兽,因为有很多依赖项(请参阅这篇帖子).
我建议你使用 macports 安装 pyGtk,它会为你处理依赖地狱。
PyGtk is a beast to install because has many dependencies (see this post).
I recommend you to install pyGtk using macports, it will handle dependencies hell for you.