Emacs上的WebKit(未找到python epc)

Emacs上的WebKit(未找到python epc),emacs,webkit,Emacs,Webkit,我正试图在emacswiki页面之后在emacs上安装WEbkit。它要求我安装pyqt5、PythonXLIB和PythonEPC。我已经通过apt-get安装了前两个,通过python-pip实用程序debian-like发行版安装了epc。它安装在/usr/local/lib/python2.7/dist-packages/epc中的epc上 我已复制了~/.emacs.d/webkit上的所有webkit文件,并在.emacs文件末尾添加了下一个文件: 当我打开emacs时,它似乎试图加

我正试图在emacswiki页面之后在emacs上安装WEbkit。它要求我安装pyqt5、PythonXLIB和PythonEPC。我已经通过apt-get安装了前两个,通过python-pip实用程序debian-like发行版安装了epc。它安装在/usr/local/lib/python2.7/dist-packages/epc中的epc上

我已复制了~/.emacs.d/webkit上的所有webkit文件,并在.emacs文件末尾添加了下一个文件:

当我打开emacs时,它似乎试图加载它,并显示错误消息:

Warning (initialization): An error occurred while loading `/home/user/.emacs':

File error: Cannot open load file, epc

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.

我不知道它在寻找哪个epc文件,在哪里。epc看起来安装正确,因为我可以从python解释器导入它。

Emacs正在加载路径中列出的目录中查找epc.el或编译文件epc.elc。检查哪些具有C-h v加载路径。@Legocia,但我的计算机上没有epc.el文件。安装epcdidn不会创建一个,并且epc存储库中没有一个。我应该从安装中生产吗?它似乎在这个项目中:
Warning (initialization): An error occurred while loading `/home/user/.emacs':

File error: Cannot open load file, epc

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.