你好,我刚安装了eaf,是安装github README里面的步骤安装的。
用eaf-open 打开pdf怎么什么反应也没有,一片空白。
eaf-open-demo是正常的,有显示“hello, eaf hacker, it’s working”
是不是还需要什么依赖?能指导下怎么找出哪里出问题了吗?
archlinux + emacs27
你好,我刚安装了eaf,是安装github README里面的步骤安装的。
用eaf-open 打开pdf怎么什么反应也没有,一片空白。
eaf-open-demo是正常的,有显示“hello, eaf hacker, it’s working”
是不是还需要什么依赖?能指导下怎么找出哪里出问题了吗?
archlinux + emacs27
看看 *eaf*
有啥报错吗?
没有哎
message buffer里只显示 “[EAF/pdf-viewer]: Opening xxx.pdf”
就没反应了
您这回复的也太快了!
哦,eaf里有,我看看
刚开始* eaf * 里的错误信息, 提示有些python包没找到,我安装了后,现在报错是 KeyError: XXXX
完整报错发上来看看?
Traceback (most recent call last): File “/home/wanghb/.emacs.d.centaur/site-lisp/emacs-application-framework/core/utils.py”, line 61, in on_signal_received self._func(obj, *args, **kwargs) File “/home/wanghb/.emacs.d/site-lisp/emacs-application-framework/eaf.py”, line 245, in update_views view = View(self.buffer_dict[buffer_id], view_info) KeyError: ‘309e-4aad-af46-7ecd-bddb-b079-f628’ Traceback (most recent call last): File “/home/wanghb/.emacs.d.centaur/site-lisp/emacs-application-framework/core/utils.py”, line 61, in on_signal_received self._func(obj, *args, **kwargs) File “/home/wanghb/.emacs.d/site-lisp/emacs-application-framework/eaf.py”, line 245, in update_views view = View(self.buffer_dict[buffer_id], view_info) KeyError: ‘309e-4aad-af46-7ecd-bddb-b079-f628’ Traceback (most recent call last): File “/home/wanghb/.emacs.d.centaur/site-lisp/emacs-application-framework/core/utils.py”, line 61, in on_signal_received self._func(obj, *args, **kwargs) File “/home/wanghb/.emacs.d/site-lisp/emacs-application-framework/eaf.py”, line 245, in update_views view = View(self.buffer_dict[buffer_id], view_info) KeyError: ‘309e-4aad-af46-7ecd-bddb-b079-f628’
看着像你python出问题了,不像EAF的问题
哎,崩溃了。
我把python整个卸载了,又重新装了一遍,然后./install-eaf.py又执行了一遍,又用pip装了一些缺少的包
最后,还是一样的错误,哎,折腾不动了
archlinux + i3wm + emacs27
我记的i3,eaf的pdf-viewer不能正常使用annotation,不知道现在好了没有。我之前就是i3,后来改用了gnome。
我这还没到annotation那一步呢
是挺奇怪,大概率还是我的python环境的问题,以后有时间再折腾这个吧。
对了,再问下,您的eaf会不会比较吃性能?我有个虚拟机的环境,不知道跑这个eaf会不会卡顿
如果只用PDF Viewer的话,基本上内存非常小,性能也很好。
要用EAF浏览器会耗费比较大内存,因为底层是基于Chromium开发的。
pdf-viewer的annots导出有点问题,会将高亮文字所在行的未高亮文字一起导出来。
可以提一个Issue到Github,我让PDF的开发者帮忙看看。
好,回头在那个虚拟机上装装试试,谢谢你哦,感觉你很热心
哈哈,是的,很热心,有什么问题都会很快回复。