早些时候,我曾经在64位Windows 7上成功安装和配置了带有eclipse PyDev插件的python。现在我必须在另一个32位Windows 7系统上做同样的事情。最大的障碍是我没有这个系统的管理员权限(早期安装的情况也是如此)。
我安装了WinPython-32bit-3.5.4.1Qt5。我已将安装目录和脚本文件夹位置(D:\Programs\Python\WinPython-32bit-3.5.4.1Qt5;D:\Programs\Python\WinPython-32bit-3.5.4.1Qt5\scripts;
)添加到路径用户环境变量。
现在,当我在命令提示符下运行python
时,它会出现以下错误:
快速谷歌搜索告诉我something to do with installation of Visual C++ redistributable for Visual Studio 2017。据我记忆,我最近没必要这样做。
接下来在eclipse Neon 4.6.0中,我安装了PyDev for Eclipse 6.2.0.201711281614插件。
在Eclipse中,在Windows > Preferences > PyDev > Interpreters > Python Interpreter
,我试图指定python解释器,但是我收到以下错误:
我didnt find much了解此错误。事实上,我不明白错误试图告诉你什么。
我在这里缺少什么?为什么我在Windows上设置python时遇到困难,即使我跟上次执行相同的步骤?
答案 0 :(得分:0)
使用pydev插件配置eclipse只需要执行这些步骤,
转到windows->preferences->python interpreter->select path of your python interpreter
现在,在您的情况下,由于您的microsoft visual c ++ 2015发行版,这些错误基本上会发生。您应该按照“Maddy”,
中的视频中所述执行这些步骤fixing of api-ms-win-crt-runtime-l1-1-0-dll。 或者您可以使用这些directly download required dll file and place in computer