| <type 'exceptions.NameError'> | Python 2.7.13: /usr/bin/python Thu Jan 29 16:57:32 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.
| /var/www/ficnx.cfdi33/ficgrl.py in |
| 1322 ficdef.write_session(fses,'lBuss',lBuss) |
| 1323 |
| => 1324 if fHelp: print ficdef.fInput('H','fHelp',fHelp) |
| 1325 |
| 1326 print "</FORM>" |
| fHelp undefined, ficdef = <module 'ficdef' from '/var/www/ficnx.cfdi33/ficdef.py'>, ficdef.fInput = <function fInput> |
<type 'exceptions.NameError'>: name 'fHelp' is not defined
args =
("name 'fHelp' is not defined",)
message =
"name 'fHelp' is not defined"