-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E370: Could not load library python36.dll #48
Comments
What does |
It say in French that it is impossible to find files for the model |
Then the PATH setting might be something wrong? |
The path show C:\Program Files (x86)\Python36-32\ where is python36.dll. |
@FR4N7Z If you try to run
Second question: did you install the 32-bit Vim or 64-bit Vim? The bit must match between Vim and python's dll. |
Yes it show a message like this. |
That's very odd. If the dll is in any directory in My environment: Windows 8.1, Python 3.6.4 32-bit (user installation), gVim 8.0.1555 (installed using There's one more thing to try: run this in Vim (replace
|
That's work! I think this is a bug but your trick works. Thank you. |
I had the same problem for some reason. This is the only solution I've found so far. Thanks a lot!!! |
Cygwin filepaths and git (windows build) on Cygwin Vim junegunn/vim-plug#896 E370: Could not load library python36.dll vim/vim-win32-installer#48 Calling wrong python3 interpreter under Cygwin Shougo/deoplete.nvim#1030
I am closing this. |
Cygwin filepaths and git (windows build) on Cygwin Vim junegunn/vim-plug#896 E370: Could not load library python36.dll vim/vim-win32-installer#48 Calling wrong python3 interpreter under Cygwin Shougo/deoplete.nvim#1030
Cygwin filepaths and git (windows build) on Cygwin Vim junegunn/vim-plug#896 E370: Could not load library python36.dll vim/vim-win32-installer#48 Calling wrong python3 interpreter under Cygwin Shougo/deoplete.nvim#1030
Cygwin filepaths and git (windows build) on Cygwin Vim junegunn/vim-plug#896 E370: Could not load library python36.dll vim/vim-win32-installer#48 Calling wrong python3 interpreter under Cygwin Shougo/deoplete.nvim#1030
Hello,
I am using the lasversion of vim with dynamic support of python 3.
When I run :version, Vim is looking for Python36.DLL.
Python3 is installed in C:\Program Files (x86)\Python36-32, the DLL is in this folder and this folder is in the PATH. But when I run :python3 print("Hello world"), it returns
E370: Could not load library python36.dll
E263: Sorry this command is disabled, the Python library could not be loaded.
Thank you.
The text was updated successfully, but these errors were encountered: