简体   繁体   中英

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:

  • 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?

我不知道Windows 10,但是(使用w7)我在以下位置找到它们:C:/Windows/winsxs/x86_microsoft.vc90(...)/

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM