<type 'exceptions.NameError'>
Python 2.7.9: /usr/bin/python
Wed Dec 10 05:58:04 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.

 /var/www/ficnx/ficgrl.py in ()
   1329     ficdef.write_session(fses,'lBuss',lBuss)
   1330 
=> 1331   if fHelp:  print ficdef.fInput('H','fHelp',fHelp) 
   1332    
   1333   print "</FORM>"
fHelp undefined, ficdef = <module 'ficdef' from '/var/www/ficnx/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"