Missing MSVCR90.DLL under 'boost::python' application
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
Hello,
When I run some executable created with "boost::python" that loads some python module that requires pywin32 (v219, 64bits, python 2.7.9). It shows a windows dialog with missing MSVCR90.DLL error, when loading "pywintypes27.dll" and/or "pythoncom27.dll". But finally, it loads and runs all the app correctly. Not allways happens, It depends of how the app and its dependencies is loaded, I guess.
By the way, I added the same manifest that it is in "pythoncomloader27.dll" in to "pywintypes27.dll" and "pythoncom27.dll" and the error message does not appear any more.
thanks,
Marcel.