python - gmate 错误 - 尝试打开 gmate 时没有名为 gconf 的模块

标签 python ruby linux ubuntu

当尝试打开 gmate 编辑器(为 ruby​​ 安装它)时,出现此错误: “导入错误:没有名为 gconf 的模块”

我的python版本是2.7.3

最佳答案

我怀疑您没有安装 gconf 的 python 绑定(bind)。

在 Ubuntu 上,您需要执行以下操作:

sudo apt-get install python-gconf

...或 CentOS 的等效命令:

sudo yum install gnome-python2-gconf

关于python - gmate 错误 - 尝试打开 gmate 时没有名为 gconf 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21228868/

相关文章:

C Linux pthreads : sending data from one thread to another using shared memory gives unexpected result

python - 如何让一个脚本在linux中一直运行?

python - Pygame 在碰撞检测时停止运动

python - 如何将 Python 连接到 SAS Enterprise Guide (EG) 服务器

ruby-on-rails - 更改 Carrierwave 上传路径以适应 Cloud 66 的配置

ruby-on-rails - rails - 如何以美国格式显示和保存日期?

python - 如何最好地迭代具有不断变化的 id 的查询集?

ruby - 如何在纯 Ruby(无 Rails)中为 IE8 使用 Capybara?

angular - 在具有 Node 14 运行时的 Azure 应用服务上找不到 pm2

php - 以编程方式确定视频文件格式?