Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/311.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
未找到python stdlib或未找到没有.py文件的stdlib_Python_Windows_Eclipse_Pydev - Fatal编程技术网

未找到python stdlib或未找到没有.py文件的stdlib

未找到python stdlib或未找到没有.py文件的stdlib,python,windows,eclipse,pydev,Python,Windows,Eclipse,Pydev,我已经在Windows7上安装了eclipse。我安装了用于eclipse的pydev插件,但当我指定解释器路径时,它会显示python stdlib找不到或stdlib找不到.py文件。如果您的python解释器没有.py文件,您可以使用具有.py文件的python解释器。。。(或者在当前解释器的基础上,从解释器中的lib复制.py文件,尽管这可能更危险)

我已经在Windows7上安装了eclipse。我安装了用于eclipse的pydev插件,但当我指定解释器路径时,它会显示python stdlib找不到或stdlib找不到.py文件。如果您的python解释器没有.py文件,您可以使用具有.py文件的python解释器。。。(或者在当前解释器的基础上,从解释器中的lib复制.py文件,尽管这可能更危险)