NameError |
Python 3.12.3: /usr/bin/python3 Fri Apr 4 03:44:39 2025 |
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/CH7.cgi in <module> |
66 print("<FONT color=cyan>The {} does not exist, or command not found.</FONT>".format(filename)) |
67 |
=> 68 fiile1.close() |
69 |
70 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>