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/ficfcc.py in () |
572
|
573 if lo_clie: ficdef.write_session(fses,'lo_clie',lo_clie)
|
=> 574 if int(fop)>10: print ficdef.fInput('H','fop',fop)
|
575 if lo_op: print ficdef.fInput('H','lo_op',lo_op)
|
576
|
| builtin int = <type 'int'>, fop = '', ficdef = <module 'ficdef' from '/var/www/ficnx/ficdef.py'>, ficdef.fInput = <function fInput> |
/tmp/tmpL07vTt.html contains the description of this error.