| NameError | Python 2.4.4: /usr/bin/python Tue Feb 9 05:37:05 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 |
| 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>' |
NameError: name 'time' is not defined
args =
("name 'time' is not defined",)