manateelazycat / holo-layer

HoloLayer is a multimedia layer plugin designed specifically for Emacs
GNU General Public License v3.0
123 stars 18 forks source link

打开文件错误 #32

Closed yellowfishee closed 2 months ago

yellowfishee commented 8 months ago

请问一下 错误提示: Error in post-command-hook (holo-layer-start-process): (file-error "Spawning child process" "Resource temporarily unavailable")

代码: (add-to-list 'load-path "C:/Users/Administrator/AppData/Roaming/.emacs.d/site-lisp/holo-layer")

(setq holo-layer-enable-cursor-animation t) (require 'holo-layer) (holo-layer-enable)

运行这一句的时候,就会提示上面的错误,但是溯源没有找到错误的原因。 (holo-layer-enable)

yellowfishee commented 8 months ago

image windows 端,环境已经安装好了

manateelazycat commented 8 months ago

一般都是python路径的问题,你检查一下吧

manateelazycat commented 8 months ago

请检查 holo-layer-python-command 是否是Windows上的Python路径

manateelazycat commented 2 months ago

Set holo-layer-python-command

yellowfishee commented 1 month ago

Set holo-layer-python-command

感谢大佬回复,这个问题当时没解决,前两天看到holo-layer的type特效的时候又下回来了,后面没有出现问题了