<type 'exceptions.NameError'> | Python 2.6.6: /usr/bin/python Mon Feb 18 19:03:16 2019 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/piford/public_html/cgi-bin/prince_kalra/form_book_online2.py in |
514 e1.load ( cookie_string ) |
515 em = e1['shop'].value |
516 print '<b><p style="margin-top:5; margin-right:20; font-size:25; " >Welcome, </b>' '<p class="text-danger" style="font-size:20; margin-top:-5; margin-right:50; "id="ha2" >'+em+'</p>' |
517 |
518 |
em undefined |
<type 'exceptions.NameError'>: name 'em' is not defined
args =
("name 'em' is not defined",)
message =
"name 'em' is not defined"