{WinError 2}在使用python编码时,系统找不到Sublime文本中指定的文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了{WinError 2}在使用python编码时,系统找不到Sublime文本中指定的文件相关的知识,希望对你有一定的参考价值。

我只是尝试编写print("Hello World")基本代码,而编辑器给了我错误

[WinError 2]系统找不到指定的文件[cmd:['python3','-u','C:\ Users \ DELL \ Desktop \ python_work \ hello_world.py']][dir:C:\ Users \ DELL \ Desktop \ python_work][路径:C:\ Program Files(x86)\ Common Files \ Intel \ Shared Libraries \ redist \ intel64 \ compiler; C:\ Program Files \ Common Files \ Microsoft Shared \ Windows Live; C:\ Program Files(x86)\通用文件\ Microsoft Shared \ Windows Live; C:\ Windows \ system32; C:\ Windows; C:\ Windows \ System32 \ Wbem; C:\ Windows \ System32 \ WindowsPowerShell \ v1.0 \; C:\ Program Files( x86)\ Windows Live \ Shared; C:\ Users \ DELL \ AppData \ Local \ Programs \ Python \ Python38 \ Scripts][完成]

现在我已经完成了创建一个新的构建者工具>构建系统>新构建系统,并且我更改为此代码


    //"shell_cmd": "make"
     "cmd": ["C:\\Users\\DELL\\AppData\\Local\\Programs\\Python\\Python38", "-u", "$file"],
    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
    "selector": "source.python"

并且将其另存为sublime文件夹中的文件,但仍显示相同的错误。我不明白发生了什么问题。

答案

请确保检查文件是否完全位于程序认为的位置,并且文件名相同。

[WinError 2] The system cannot find the file specified”可能有帮助。

以上是关于{WinError 2}在使用python编码时,系统找不到Sublime文本中指定的文件的主要内容,如果未能解决你的问题,请参考以下文章

python FileExistsError:[WinError 183]当文件已经存在时无法创建文件:[重复]

下载atx时出错winerror11002

Python代码报错 FileExistsError: [WinError 183] 当文件已存在时,无法创建该文件。

OSError: [WinError 123] 当我创建 kfp 组件时

OSError: [WinError 126] 在 Python 中找不到指定的模块

Python Asyncio 错误:“OSError:[WinError 6] 句柄无效”和“RuntimeError:事件循环已关闭”[重复]