On Saturday 11 of January 2014 13:55:47 Sergey wrote:
> I can see the difference in found vc assemblies.
> pyInstaller searches for them and finds different ones on different
> machines.
Could you provide mor info about the difference?
Do you think this isssue is similar to yours?
http://www.pyinstaller.org/ticket/827
> Is there a way to control paths, where pyinstaller searches for
> assemblies/crt/mfc?
There is not much to control. You will have to look into source code.
I'm not even sure how this code part works. But as start you could look at
PyInstaller/bindepend.py: def getAssemblies(pth)
PyInstaller/utils/winmanifest.py