| python Programming Glossary: msvcp90.dllCreate Python EXE without MSVCP90.dll http://stackoverflow.com/questions/10060765/create-python-exe-without-msvcp90-dll  Python EXE without MSVCP90.dll  I'm trying to use Py2Exe to take a python program using wxPython.. wxPython to a Windows exe but there is an error regarding MSVCP90.dll . After reading py2exe fails to generate an executable on StackOverflow..  python py2exe   share improve this question   What is MSVCP90.dll MSVCP90.dll is Multithreaded dynamic Visual Studio 2008 C Runtime.. 
 py2exe fails to generate an executable http://stackoverflow.com/questions/323424/py2exe-fails-to-generate-an-executable  simple I get this error message finding dlls needed error MSVCP90.dll No such file or directory So something about wxPython makes.. 
 |