ProgAndPlay Asked: 2018-11-17 11:47:40 +0800 CST2018-11-17 11:47:40 +0800 CST 2018-11-17 11:47:40 +0800 CST 在 Ubuntu 18.04 LTS 中安装 Scribes 文本编辑器时出错 772 运行 ./configure 脚本时,出现错误: 错误:未找到 gtkspell 的 Python 绑定。 寻找这个包,我发现python-gtkspell 已经被重命名为python-gtkspellcheck。是否可以编辑配置脚本,以便它可以用新名称识别 gtkspell 的存在? python editor text 1 个回答 Voted Best Answer N0rbert 2018-11-17T12:10:23+08:002018-11-17T12:10:23+08:00 简单的方法 简单的 hacky 方法是从 Ubuntu 14.04 LTS 存储库安装 Scribes 0.4 build 910: cd ~/Downloads wget http://mirrors.kernel.org/ubuntu/pool/universe/p/python-support/python-support_1.0.15_all.deb sudo apt install ./python-support_1.0.15_all.deb wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gnome-python-extras/python-gtkspell_2.25.3-13_amd64.deb sudo apt install ./python-gtkspell_2.25.3-13_amd64.deb wget http://mirrors.kernel.org/ubuntu/pool/universe/s/scribes/scribes_0.4~r910-0ubuntu2_all.deb sudo apt install ./scribes_0.4~r910-0ubuntu2_all.deb 然后使用它: 注意:这个版本不是太旧,因为官方网站已经构建 954。 更难的方式 下载并安装上面写的两个 deb 包: cd ~/Downloads wget http://mirrors.kernel.org/ubuntu/pool/universe/p/python-support/python-support_1.0.15_all.deb sudo apt install ./python-support_1.0.15_all.deb wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gnome-python-extras/python-gtkspell_2.25.3-13_amd64.deb sudo apt install ./python-gtkspell_2.25.3-13_amd64.deb 然后安装开发包: sudo apt install build-essential intltool gnome-doc-utils \ pkg-config bzr python-gtksourceview2 rarian-compat python-glade2 然后从Bazaar 存储库下载源代码,编译并安装应用程序: bzr branch lp:scribes cd scribes ./configure make sudo make install 并使用它:
简单的方法
简单的 hacky 方法是从 Ubuntu 14.04 LTS 存储库安装 Scribes 0.4 build 910:
然后使用它:
注意:这个版本不是太旧,因为官方网站已经构建 954。
更难的方式
下载并安装上面写的两个 deb 包:
然后安装开发包:
然后从Bazaar 存储库下载源代码,编译并安装应用程序:
并使用它: