在执行程序时如何解决此错误

时间:2018-10-12 16:27:46

标签: python

C:\Users\skandregula\AppData\Local\Programs\Python\Python37\python.exe 

C:/Users/skandregula/Desktop/TestFiles2/testing.py
Traceback (most recent call last):
   File "C:/Users/skandregula/Desktop/TestFiles2/testing.py", line 30, in <module>
    with open(in_dir + f, 'r') as tmp_file:
FileNotFoundError: [Errno 2] No such file or directory: 
'C:/Users/skandregula/Desktop/TestFiles2/history.log.3.3C'

Process finished with exit code 1

那是我现在正在运行的错误...如何解决此问题?

1 个答案:

答案 0 :(得分:0)

没有看到您的代码是什么样子,我假设您在代码中的某个地方正在引用错误提示为“ history.log.3.3C”的文件或文件夹,并且该文件或文件夹在您的目录中找不到给定的。我最好的建议是确保目录正确?

很难不知道自己要做什么而告诉别人。也许发布一段代码会有所帮助。