0
votes

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:

  • Python 2.7 (32 bits)
  • wxPython 3.0.2
  • pymssql 2.1.1
  • Windows 10

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?

2

2 Answers

1
votes

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

1
votes

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