<div>Hi,</div>
<div>I would like to know a few things about the dll files usually included in Python windows applications:</div>
<div> </div>
<div>1. in the Pythonwin Home Page (<a href="http://www.python.net/crew/skippy/win32/">http://www.python.net/crew/skippy/win32/</a>) I can see that mfc42.dll is required for python2.3 and mfc71.dll is required for python2.4
. </div>
<div>Is mfc71.dll still required in python2.5 as in 2.4 ?</div>
<div>I'm asking it because I deleted all the mfc71.dll files from my computer and functions that uses win32com are still working.</div>
<div>Perhaps mfc71 is included in the python25 package?</div>
<div> </div>
<div>2. What package requires msvcr71.dll ?</div>
<div> </div>
<div>3. What package requires msvcp71.dll ?</div>
<div> </div>
<div>Thanks,</div>
<div>Roee.</div>