| <type 'exceptions.NameError'> | Python 2.5.2: /usr/bin/python Thu Sep 2 07:28:33 2010 |
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/cshirky/shirky.com/wikipedia_vet.cgi in |
| 66 vet_info = font+"[This page has been edited "+str(i)+" times by "+str(u)+ " users, between "+time+" and "+last_time+".]"+close_font |
| 67 else: |
| 68 vet_info = font+"[This page has been edited "+str(i)+" times by "+str(u)+ "users, between "+time+" and "+last_time+".]"+close_font |
| 69 |
| 70 if i == 100: |
| vet_info undefined, font = '<h4><font color=gray>', builtin str = <type 'str'>, i = 0, u = 0, time undefined, last_time undefined, close_font = '</font></h4>' |
<type 'exceptions.NameError'>: name 'time' is not defined
args =
("name 'time' is not defined",)
message =
"name 'time' is not defined"