Top "File-not-found" questions

An error, exit status, or exception that indicates that the file denoted by a specified pathname could not be found.

Linux error while loading shared libraries: cannot open shared object file: No such file or directory

Program is part of the Xenomai test suite, cross-compiled from Linux PC into Linux+Xenomai ARM toolchain. # echo $LD_LIBRARY_…

linux shared-libraries file-not-found xenomai
Python open() gives FileNotFoundError/IOError: Errno 2 No such file or directory

For some reason my code is having trouble opening a simple file: This is the code: file1 = open('recentlyUpdated.yaml') …

python file file-io filenotfoundexception file-not-found
C# windows application Event: CLR20r3 on application start

I created a C# application and installed it on my test box. My app works perfect on my dev box, …

c# .net file-not-found
Python FileNotFound

I am fairly new to python. I am trying to make a script that will read sudoku solutions and determent …

python-3.x exception-handling file-not-found
HTTP Error 404.7 - Not Found The request filtering module is configured to deny the file extension

I'm trying to configure the default webpage for an IIS 7.5 website. Request filtering is turned on. However .aspx pages are …

iis iis-7.5 file-not-found requestfiltering
pandas.read_csv FileNotFoundError: File b'\xe2\x80\xaa<etc>' despite correct path

I'm trying to load a .csv file using the pd.read_csv() function when I get an error despite the …

python csv pandas dataframe file-not-found
How do I raise a FileNotFoundError properly?

I use a third-party library that's fine but does not handle inexistant files the way I would like. When giving …

python python-3.x file-not-found
System.ComponentModel.Win32Exception when starting process - file not found, but file exists

I am trying to create a manager for my autostarts. It should read an XML file and then start my …

c# exception file-access file-not-found win32exception
Python giving FileNotFoundError for file name returned by os.listdir

I was trying to iterate over the files in a directory like this: import os path = r'E:/somedir' for filename …

python error-handling file-not-found
“File not found”, “linker command failed with exit code 1” in Xcode 4.5.1

Am developing an existing iOS application and I have to write unit test cases for this project. It is building …

ios unit-testing linker-errors file-not-found