You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I just found an issue with pyWin32 failing to install on a system that doesn't have the vc2010 runtime loaded.
The pyd dll files still depend of the vc2010 runtime but python 35 now uses the vc2015 runtime (non xp).
(only tested the 64 bit build but I also see that the 32 bit pyd files still depend on MSVCR100.dll)
*I think this could cause issues (like heap corruption) if the runtimes are different.
Note though that the vc2015 runtime that python 35 uses is isolated in the python root folder - and may be a different version than the official MS install -- which is actually the case now as vc2015 update 1 has been relaeased.
Thanks, that worked great!
I've used your fantastic site in the past - I didn't even think of checking for pywin32 builds there.
I can't imagine the pain & suffering it takes to build all those libs...
Hi I just found an issue with pyWin32 failing to install on a system that doesn't have the vc2010 runtime loaded.
The pyd dll files still depend of the vc2010 runtime but python 35 now uses the vc2015 runtime (non xp).
(only tested the 64 bit build but I also see that the 32 bit pyd files still depend on MSVCR100.dll)
*I think this could cause issues (like heap corruption) if the runtimes are different.
Note though that the vc2015 runtime that python 35 uses is isolated in the python root folder - and may be a different version than the official MS install -- which is actually the case now as vc2015 update 1 has been relaeased.
This is the issue behind bug #706
https://sourceforge.net/p/pywin32/bugs/706/
Reported by: bmiller_qw
Original Ticket: pywin32/bugs/708
The text was updated successfully, but these errors were encountered: