-
Notifications
You must be signed in to change notification settings - Fork 134
Error when executing: "function Y_Env_Init[2]..Y_ServerStart" #76
Comments
What is the output of |
Like it says in the error message, |
Yes, that did it. Thank you. |
@ChaoticConundrum Glad you fixed it. Have you got any idea why this package wouldn't have been installed by the I've got plenty of such issues reported lately by different people. For me on Fedora it's working flawlessly but seems that is not the case on other distros. Which is strange because that package is being installed through |
Actually, yes. It looks like |
Yes, that's correct. I am trying to install Python2 dependencies. I suppose I should try with |
I seem to only be getting this issue when I open a file using yavide., i.e. "yavide sample.cpp". |
i've recompiled vim with python3 and python2 support and did all steps from the wiki to install (just run ./install.sh), ihave libclang installed and clang but when i run yavide i get a bunch of errors:
Fehler beim Ausführen von "function Y_Env_Init[2]..Y_ServerStart":
Zeile 1:
E319: Der Befehl ist in dieser Version nicht implementiert: python << EOF
Betätigen Sie die EINGABETASTE oder geben Sie einen Befehl ein
Fehler beim Ausführen von "function Y_Env_Init[2]..Y_ServerStart":
Zeile 2:
E492: Kein Editorbefehl: from server.yavide_server import yavide_server_run
Betätigen Sie die EINGABETASTE oder geben Sie einen Befehl ein
Fehler beim Ausführen von "function Y_Env_Init[2]..Y_ServerStart":
Zeile 3:
E492: Kein Editorbefehl: from multiprocessing import Process
Betätigen Sie die EINGABETASTE oder geben Sie einen Befehl ein
Fehler beim Ausführen von "function Y_Env_Init[2]..Y_ServerStart":
Zeile 5:
E492: Kein Editorbefehl: server = Process(target=yavide_server_run, args=(server_queue, vim.eval('v:servername')), name="yavide_server")
The text was updated successfully, but these errors were encountered: