我已经安装Gedit 2.30.1(Windows 10 上为 32 位)。
问题:当我添加任何gedit 的外部插件,我可以看到选项中列出的插件preferences
,但它灰色当被点击时。
例子: 正则表达式搜索插件。
安装方法:解压插件,将regexsearch.gedit-plugin
文件和regexsearch
目录移动到G:\gedit\lib\gedit-2\plugins
。
启动 gedit->编辑菜单->首选项->插件->单击正则表达式搜索
观察:插件变灰。无法加载。
cmd.exe 上打印的消息:(从 cmd.exe 启动时)
G:\gedit\bin>gedit.exe
G:\gedit\bin>G:\gedit\lib\gedit-2\plugins\commander\entry.py:607: GtkWarning: Unable to locate theme engine in module_path: "pixmap",
""")
Traceback (most recent call last):
File "G:\gedit\lib\gedit-2\plugins\regexsearch\__init__.py", line 3, in <module>
from regexsearchinstance import RegexSearchInstance
File "G:\gedit\lib\gedit-2\plugins\regexsearch\regexsearchinstance.py", line 4, in <module>
import gtk.glade
ImportError: DLL load failed: The specified module could not be found.
** (gedit.exe:3412): WARNING **: Error loading plugin 'Regex Search'
可能是什么问题呢?