Max wrote: > Running vim 7.2 with patches 1-356 on Windows 7, installed > via Cream, except using the "Vim without Cream" installers. > :version confirms +python/dyn > :version and gvim.exe confirms DYNAMIC_PYTHON_DLL="python26.dll" > :echo $PATH confirms c:\Windows\System32 is in path > c:\Windows\System32\python26.dll exists and is valid > > And yet, I still get E370: Could not load library > python26.dll when I try doing a Python command.
I do not think python26.dll should be in System32 (at least, it's never been there on the small number of systems I've seen). Did you move it there? When I installed Python 2.6 I took all the defaults and ended up with directory C:\Python26. That directory is listed in my PATH (confirmed at command prompt by entering "path"). John -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
