barbarity
barbarity

Reputation: 2488

Py2exe doesn't find MSVC90.dll

First of all, I know this is a common error, but I followed all the instructions posted here and in this tutorial but I think the answers are outdated (most of them are from 2010, 2011 and I'm running Windows 10).

I'm using:

The thing is when I install Microsoft Visual C++ Redistributable 2008, it doesn't appear in the folder C:\\Program Files\\Microsoft Visual Studio 9.0\ but it appears installed. If I ignore the dll, when I try to open the file, it stays MSVCR90.dll is missing...

Does anyone have any clue or have done it in Windows 10?

Upvotes: 0

Views: 459

Answers (2)

Werner
Werner

Reputation: 2096

on the wxPython wiki is some information I and other put together. Not updated to Py2.7 but the same approach works, you just need to get the correct dll's.

http://wiki.wxpython.org/Deployment http://wiki.wxpython.org/py2exe-python26

Upvotes: 1

MaTh
MaTh

Reputation: 217

I dont know for Windows 10, but (with w7) I found them at : C:/Windows/winsxs/x86_microsoft.vc90(...)/

Upvotes: 1

Related Questions