安装 PyGraphics-1.5.win32.exe
当我尝试安装 PyGraphics-1.5.win32.exe 时,会弹出一条错误消息:
“该程序无法启动,因为您的计算机中缺少 MSVCR71.dll。请尝试重新安装该程序以解决此问题。”
我尝试过重新安装Python,但没有成功。我的安装当前包括 Windows 7 x64 上的 PyWin、Pyserial 和 PIL。
非常感谢任何帮助,谢谢。
When I try to install PyGraphics-1.5.win32.exe it pops up with an error stating:
"The program can't start because MSVCR71.dll is missing from your computer. Try reinstalling the program to fix this problem."
I have tried reinstalling Python and have had no luck. My installation currently includes PyWin, Pyserial, and PIL on Windows 7 x64.
Any help much appreciated, thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 Google 查找丢失的 DLL,并将其复制到 Python 安装目录中。
但获取 来自 Microsoft 的 Visual Studio 2005 SP1 Redistributable (x86) 运行时包。我认为您需要 x86 版本的运行时(而不是 x64),因为 PyGraphics-win32 听起来像一个 32 位库,而不是 64 位。
You could Google for the missing DLL, and copy it into the Python installation directory.
But it's probably easier to just grab the Visual Studio 2005 SP1 Redistributable (x86) runtime package from Microsoft. I think you'll need the x86 version of the runtime (rather than x64), since PyGraphics-win32 sounds like a 32-bit library, not 64-bit.