Just means exactly what it says.
You asked for some file, and it can't find it.
Look at the trace and find the line in *your* code which calls the problem code. There could be a dozen or more "levels" of calls between your code and this point of error, but ultimately it has to be some line in your code that is passing an invalid file name.
If you really can't figure it out, copy/paste the full traceback from the error message.
|