Cover art supplied by
Amazon.com
Primary Verifications
| Verifier |
Date |
Type |
Last User Activity Date |
| Rosab618 |
2022-06-27 21:58:56 |
Transient |
--> -->
<type 'exceptions.NameError'> | Python 2.5: /usr/bin/python Wed Aug 31 15:38:25 2022 |
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/cgi-bin/pl.cgi in () |
533 PrintContents(titles, pub, concise)
|
534
|
535 pub.PrintPrimaryVerifications()
|
536 pub.PrintAllSecondaryVerifications()
|
537
|
| pub = <pubClass.pubs instance at 0x91ff78c>, pub.PrintPrimaryVerifications = <bound method pubs.PrintPrimaryVerifications of <pubClass.pubs instance at 0x91ff78c>> |
| /var/www/cgi-bin/pubClass.py in PrintPrimaryVerifications(self=<pubClass.pubs instance at 0x91ff78c>) |
1669 else:
|
1670 print '<td class="keep">Permanent</td>'
|
1671 last_user_activity = SQLLastUserActivity(user_id)
|
1672 print '<td>%s</td>' % last_user_activity
|
1673 print '</tr>'
|
| last_user_activity undefined, global SQLLastUserActivity = <function SQLLastUserActivity at 0x90c78ec>, user_id = 1274575L |
| /var/www/cgi-bin/SQLparsing.py in SQLLastUserActivity(user_id=1274575L) |
3031 last_submission = ''
|
3032
|
3033 last_wiki = GetLastWiki(user_id)
|
3034
|
3035 last_activity = primary_ver
|
| last_wiki undefined, global GetLastWiki = <function GetLastWiki at 0x90c7924>, user_id = 1274575L |
| /var/www/cgi-bin/SQLparsing.py in GetLastWiki(user_id=1274575L) |
3083 minutes = timestamp[10:12]
|
3084 seconds = timestamp[12:14]
|
3085 wiki_utc = datetime.strptime('%s-%s-%s %s:%s:%s' % (year, month, day, hours, minutes, seconds), '%Y-%m-%d %H:%M:%S')
|
3086 timestamp = timegm(wiki_utc.timetuple())
|
3087 last_wiki = datetime.fromtimestamp(timestamp)
|
| wiki_utc undefined, datetime undefined, year = '2022', month = '08', day = '30', hours = '21', minutes = '27', seconds = '33' |
<type 'exceptions.NameError'>: global name 'datetime' is not defined