| NameError |
Python 3.14.4: /usr/local/bin/python3 Tue May 26 04:32:39 2026 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /usr/lib/cgi-bin/CH6.cgi in <module> |
| 67 print("The {} does not exist, or command not found.".format(filename)) |
| 68 |
| => 69 fiile1.close() |
| 70 print("</div>") |
| 71 mystr1=""" |
| fiile1 undefined |
NameError: name 'fiile1' is not defined
add_note =
<built-in method add_note of NameError object>
args =
("name 'fiile1' is not defined",)
name =
'fiile1'
with_traceback =
<built-in method with_traceback of NameError object>