I\'m trying to use Py2Exe to take a python program (using wxPython) to a Windows exe but there is an error regarding MSVCP90.dll . After reading py2exe fails to generate an
You have to deliver your app with that dll in same folder as your exe file.