ISFDB banner

Publication: Mister Touch

You are not logged in. If you create a free account and sign in, you will be able to customize what is displayed.

picture
  • Publication: Mister TouchPublication Record # 22489
  • Author: Malcolm Bosse
  • Date: 1991-04-00
  • ISBN: 0-89919-965-8 [978-0-89919-965-8]
  • Publisher: Ticknor & Fields
  • Price:
    $22.95?$: US dollar
  • Pages: 502
  • Format:
    hc?Hardcover. Used for all hardbacks of any size.
  • Type: NOVEL
  • Cover: Mister Touch (1991) • by Paul Bacon
  • Webpages: archive.org
  • Notes:
    • No statement of edition on the copyright page, but there is a complete number line: "AGM 10 9 8 7 6 5 4 3 2 1".
    • The copyright page contains the complete Library of Congress Cataloging in Publication Data including the year of publication (1991), the ISBN (0-89919-965-8), and the LCCN (90-46780).
    • Year of publication stated on the title page. Month of publication from the code "0491" printed on the front flap of the dustjacket.
    • "Endpaper map by George Ward"
    • "Jacket design and illustration: Paul Bacon" printed on the back flap of the dustjacket.
  • External IDs:
Cover art supplied by Amazon.com
The displayed Amazon image is possibly unstable and may no longer reflect the actual cover of this particular edition.

Contents (view Concise Listing)

Primary Verifications

--> -->
Verifier Date Type Last User Activity Date
Mhhutchins 2007-03-28 17:21:39 Permanent
 
 
<type 'exceptions.NameError'>
Python 2.5: /usr/bin/python
Wed Aug 31 15:37:46 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 0x95d37ac>, pub.PrintPrimaryVerifications = <bound method pubs.PrintPrimaryVerifications of <pubClass.pubs instance at 0x95d37ac>>
 /var/www/cgi-bin/pubClass.py in PrintPrimaryVerifications(self=<pubClass.pubs instance at 0x95d37ac>)
 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 0x949b8ec>, user_id = 4091L
 /var/www/cgi-bin/SQLparsing.py in SQLLastUserActivity(user_id=4091L)
 3031                 last_submission = ''
 3032 
 3033         last_wiki = GetLastWiki(user_id)
 3034 
 3035         last_activity = primary_ver
last_wiki undefined, global GetLastWiki = <function GetLastWiki at 0x949b924>, user_id = 4091L
 /var/www/cgi-bin/SQLparsing.py in GetLastWiki(user_id=4091L)
 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 = '22', hours = '01', minutes = '07', seconds = '12'

<type 'exceptions.NameError'>: global name 'datetime' is not defined