I can provide the offending message, if needed, it's junk mail

tom
------------------
AssertionError Python 2.2.3: /usr/local/bin/python2
Tue Feb 3 09:20:47 2004

A problem occurred in a Python script. Here is the sequence of function
calls leading up to the error, in the order they occurred.
 /usr/local/tmda-cgi-0.10/tmda-cgi.py
  157   elif Cmd == "pending":

  158     import PendList

  159     Call(PendList)

  160   elif Cmd == "restore":

  161     pass

Call = <function Call>, PendList = <module 'PendList' from 'PendList.pyc'>


 /usr/local/tmda-cgi-0.10/tmda-cgi.py in Call(Library=<module 'PendList'
 from 'PendList.pyc'>, Str=None)   55     Library.Show(Str)

   56   else:

   57     Library.Show()

   58

   59 # Capture WebUID

Library = <module 'PendList' from 'PendList.pyc'>, Library.Show =
<function Show>

 /usr/local/tmda-cgi/PendList.py in Show()
  265               value += Unicode.TranslateToUTF8(CharSet, decoded[0],
  "ignore")
  266           else:

  267             value += Unicode.TranslateToUTF8(CharSet, decoded[0],
  "ignore")
  268         Subject = value

  269         if len(Subject) > int(PVars[("PendingList", "CropSubject")]):

value = '', global Unicode = <module 'Unicode' from 'Unicode.pyc'>,
Unicode.TranslateToUTF8 = <function TranslateToUTF8>, CharSet = 'base64',
decoded = ('$50 Restaurant Card for you', None)

 /usr/local/tmda-cgi/Unicode.py in TranslateToUTF8(CharSet='base64',
 Str='$50 Restaurant Card for you', Errors='ignore')  107   # Decode string to Unicode

  108   try:

  109     Uni = Decoder(Str, errors = Errors)[0]

  110   except TypeError:

  111     Uni = Decoder(Str)[0]

Uni undefined, Decoder = <function base64_decode>, Str = '$50 Restaurant
Card for you', errors undefined, Errors = 'ignore'

 /usr/local/lib/python2.2/encodings/base64_codec.py in
 base64_decode(input='$50 Restaurant Card for you', errors='ignore')   39

   40     """

   41     assert errors == 'strict'

   42     output = base64.decodestring(input)

   43     return (output, len(input))

errors = 'ignore'


AssertionError:
      __doc__ = 'Assertion failed.'
      __getitem__ = <bound method AssertionError.__getitem__ of
      <exceptions.AssertionError instance>>      __init__ = <bound method 
AssertionError.__init__ of
      <exceptions.AssertionError instance>>      __module__ = 'exceptions'
      __str__ = <bound method AssertionError.__str__ of
      <exceptions.AssertionError instance>>      args = ()






_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to