Thanks, that would be a last resort but I would prefer keeping pace with python development or at least not to lag so much. Win7 is going to stay around here for some more years and python 3.6 will be released pretty soon so python 3.4 will feel more and more outdated as time pass. Just in case it's not clear, winpython 3.5.2.2 works fine in my own computer with windows 7 and the visual C++ redistributable.
Microsoft docs list this as an alternative to install the Visual C++ redistributable (1)
Local deployment, in which you copy particular Visual C++ DLLs from your Visual Studio installation—typically in \Program Files (x86)\Microsoft Visual Studio version\VC\Redist\platform\library\—and install them on target computers in the same folder as the application executable. You can use this deployment method to enable installation by users who don't have administrator rights, or for applications that can be run from a network share.
so I think this could work for winpython. Problem is I don't know what DLLs exactly I should copy, in case it works at all. I guess I can do a bit of trial and error and see what happens, I would appreciate any hint that can help to speed up the process --even if it is "do not waste your time".
Regards
Goyo