You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior:
The following error is being raised:
AttributeError: type object 'PathFinder' has no attribute 'find_module'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "", line 1, in <module>
SystemError: initialization of vim raised unreported exception
línea 11:
AttributeError: type object 'PathFinder' has no attribute 'find_module'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "", line 1, in <module>
File "C:\Users\aleja\vimfiles\plugged\ultisnips\pythonx\UltiSnips\__init__.py", line 6, in <module>
from UltiSnips.snippet_manager import UltiSnips_Manager
File "C:\Users\aleja\vimfiles\plugged\ultisnips\pythonx\UltiSnips\snippet_manager.py", line 11, in <mod
ule>
import vim
SystemError: initialization of vim raised unreported exception
Se ha detectado un error al procesar function UltiSnips#Edit:
línea 6:
Traceback (most recent call last):
File "", line 1, in <module>
NameError: name 'vim' is not defined
Steps to reproduce
Install UltiSnips through vim-plug.
Open Vim and run :UltiSnipsEdit
Here is the only thing related to UltiSnips in my .vimrc:
Seems like your problem is in the Python installation of your system. This seems unrelated to ultisnips.
SystemError: initialization of vim raised unreported exception
Se ha detectado un error al procesar function UltiSnips#Edit:
línea 6:
Traceback (most recent call last):
File "", line 1, in <module>
NameError: name 'vim' is not defined
Am 25.12.2024 um 12:42 schrieb Alejandro Zubiri ***@***.***>:
SystemError: initialization of vim raised unreported exception Se ha detectado un error al procesar function UltiSnips#Edit: línea 6: Traceback (most recent call last): File "", line 1, in <module> NameError: name 'vim' is not defined
Expected behavior:
Be able to edit my snippets.
Actual behavior:
The following error is being raised:
Steps to reproduce
:UltiSnipsEdit
Here is the only thing related to UltiSnips in my
.vimrc
:VIM - Vi IMproved 9.1 (2024 Jan 02, compilado Jan 2 2024 23:53:44)
Versión de 64 bits para consola de MS-Windows
The text was updated successfully, but these errors were encountered: