Issue197

Title win32 runtime and missing msvc*.dll
Priority bug Status chatting
Superseder Nosy List btami, reinhard
Assigned To reinhard Topics gnue-common

Created on 2009-12-31.17:31:38 by btami, last changed 2010-01-31.12:27:38 by btami.

Messages
msg470 (view) Author: btami Date: 2010-01-31.12:27:38
Seems running the redistributable installer (vcredist_x86.exe) from Inno Setup
is the only option then.
msg469 (view) Author: reinhard Date: 2010-01-31.11:43:19
Thanks for the link. Since I do not own any license of any Microsoft development
tool, I am obviously not allowed to redistribute MSVCR71.DLL. I'm not sure what
the best solution here is.
msg468 (view) Author: btami Date: 2010-01-28.20:30:19
Here is a better summary:
http://www.py2exe.org/index.cgi/Tutorial#Step5
msg466 (view) Author: btami Date: 2009-12-31.17:31:38
I'v installed a clean XP in virtualbox, downloaded and installed the new win32
runtime, common, and forms packages. Tried to run any .gfd, but failed with
"MSVCP71.DLL is missing".

Using Python > 2.3 in win32 runtime has a problem IIRC. Newer Python versions
builds with MS Visual Studio, and needs some .dll redistribution.
The story and the solution is described fully here:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/54e419bf4cf17375
History
Date User Action Args
2010-01-31 12:27:38btamisetmessages: + msg470
2010-01-31 11:43:19reinhardsetmessages: + msg469
2010-01-28 20:30:19btamisetstatus: unread -> chatting
messages: + msg468
2010-01-03 18:59:18reinhardsetassignedto: reinhard
nosy: + reinhard
2009-12-31 17:31:38btamicreate