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
GNU Emacs 29.2 (build 2, x86_64-w64-mingw32) of 2024-02-01
When I call python-ts-mode in a py-file it fails with
■ Warning (treesit): Cannot activate tree-sitter, because language grammar for python is unavailable (not-found): (libtree-sitter-python libtree-sitter-python.dll) No such file or directory
Steps
Install tree-sitter-langs-0.12.175 via Emacs package manger (ths gives me ~\emacs-29.emacs.d\elpa\tree-sitter-langs-0.12.175\bin\python.dll )
restart emacs via runemacs -q
open py file
call python-ts-mode
Result: it looks for libtree-sitter-python.dll
python-ts-mode calls (treesit-ready-p 'python) which throws an error because (treesit-language-available-p lang t) fails
treesit-language-available-p is a C function
The text was updated successfully, but these errors were encountered:
GNU Emacs 29.2 (build 2, x86_64-w64-mingw32) of 2024-02-01
When I call python-ts-mode in a py-file it fails with
Steps
Result: it looks for libtree-sitter-python.dll
python-ts-mode calls (treesit-ready-p 'python) which throws an error because (treesit-language-available-p lang t) fails
treesit-language-available-p is a C function
The text was updated successfully, but these errors were encountered: