简体   繁体   English

FileNotFoundError: [Errno 2] 没有这样的文件或目录,但有一个文件

[英]FileNotFoundError: [Errno 2] No such file or directory but there is a file

fhand=open('mbox.txt')

mbox.txt file is in my desktop but python shell can't find it. mbox.txt 文件在我的桌面上,但 python shell 找不到它。 And this is the traceback.这就是回溯。

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: 'mbox.txt'

Navigate into the folder (using cd ) in which you have saved both the files (ie, they should be in the same directory) and run the program from the terminal.导航到保存这两个文件的文件夹(使用cd )(即,它们应该在同一目录中)并从终端运行程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 FileNotFoundError [Errno 2] 没有这样的文件或目录: - FileNotFoundError [Errno 2] No such file or directory: FileNotFoundError: [Errno 2] 没有这样的文件或目录? - FileNotFoundError: [Errno 2] No such file or directory? FileNotFoundError:[Errno 2]没有这样的文件或目录: - FileNotFoundError: [Errno 2] No such file or directory: FileNotFoundError:[错误2]没有这样的文件或目录,但是文件在那里 - FileNotFoundError: [Errno 2] No such file or directory, But the file is there 获取“FileNotFoundError: [Errno 2] 没有这样的文件或目录” - Getting "FileNotFoundError: [Errno 2] No such file or directory" FileNotFoundError:[错误2]没有这样的文件或目录:&#39;tesseract&#39; - FileNotFoundError: [Errno 2] No such file or directory: 'tesseract' 错误:FileNotFoundError:[Errno 2]没有这样的文件或目录: - Error: FileNotFoundError: [Errno 2] No such file or directory: FileNotFoundError: [Errno 2] 没有这样的文件或目录:&#39;hadoop&#39; - FileNotFoundError: [Errno 2] No such file or directory: 'hadoop' FileNotFoundError:[Errno 2] 没有这样的文件或目录:使用 csvreader - FileNotFoundError: [Errno 2] No such file or directory: with csvreader 打开 FileNotFoundError: [Errno 2] 没有这样的文件或目录: - with open FileNotFoundError: [Errno 2] No such file or directory:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM