Okey, the problem is resolved.
At www.vim.org, when loading Vim, you need to take the OLE version along with the archive of the runtime files. When unpacking, try for example
: python print ('Whatcha do Doc?')
and look what mistake he will give. You should see something line by line ... yadda yadda python27.dll. There is your tip. This version was compiled using Python 2.7. in mind, so go to www.python.org and download it. After installation, repeat the test print in Vim - it should work now. I tried this with Vim 7.3 (current) and Python 2.7.2. (current), but expect it to be the same for older versions. Just remember to connect them.
Roook
source share