I got this error when I had a screen full of junk, selected all for
deletion, then went back and selected a single email for release.  When I
clicked execute, it gave me this message:

MessageErrorPython 2.2: /usr/bin/python2
Fri May 30 17:35:24 2003

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/lib/python2.2/site-packages/TMDA/cgi/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.py'>

 /usr/lib/python2.2/site-packages/TMDA/cgi/tmda-cgi.py in
Call(Library=<module 'PendList' from 'PendList.py'>, Str=None)
   55     Library.Show(Str)

   56   else:

   57     Library.Show()

   58

   59 # Capture WebUID

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

 /usr/lib/python2.2/site-packages/TMDA/cgi/PendList.py in Show()
  219       # Print a single message record inside list loop

  220       try:

  221         MsgObj = Pending.Message(Msg)

  222       except IOError, ErrStr:

  223         continue

MsgObj = <TMDA.Pending.Message instance>, global Pending = <module
'TMDA.Pending' from '/usr/lib/python2.2/site-packages/TMDA/Pending.py'>,
Pending.Message = <class TMDA.Pending.Message>, Msg = '1054317883.8631.msg'

 /usr/lib/python2.2/site-packages/TMDA/Pending.py in
__init__(self=<TMDA.Pending.Message instance>, msgid='1054317883.8631.msg',
recipient=None)
  418         self.msgfile = os.path.join(Defaults.DATADIR, 'pending',
self.msgid)

  419         if not os.path.exists(self.msgfile):

  420             raise Errors.MessageError, '%s not found!' % self.msgid

  421         try:

  422             self.msgobj = email.message_from_file(open(self.msgfile,
'r'))

global Errors = <module 'TMDA.Errors' from
'/usr/lib/python2.2/site-packages/TMDA/Errors.pyc'>, Errors.MessageError =
<class TMDA.Errors.MessageError>, self = <TMDA.Pending.Message instance>,
self.msgid = '1054317883.8631.msg'

MessageError: 1054317883.8631.msg not found!
      __doc__ = None
      __getitem__ = <bound method MessageError.__getitem__ of
TMDA.Errors.MessageError: 1054317883.8631.msg not found!>
      __init__ = <bound method MessageError.__init__ of
TMDA.Errors.MessageError: 1054317883.8631.msg not found!>
      __module__ = 'TMDA.Errors'
      __repr__ = <bound method MessageError.__repr__ of
TMDA.Errors.MessageError: 1054317883.8631.msg not found!>
      __str__ = <bound method MessageError.__str__ of
TMDA.Errors.MessageError: 1054317883.8631.msg not found!>
      args = '1054317883.8631.msg not found!'
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to