MessageError Python 2.2.1: /usr/bin/python
Tue Oct 21 20:42:28 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.

 /var/www/cgi-bin/tmda/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'>

 /var/www/cgi-bin/tmda/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>

 /var/www/cgi-bin/tmda/PendList.py in Show()
   67           if Form["a%d" % Count].value == "pass": continue
   68           try:
   69             MsgObj = Pending.Message(Form["m%d" % Count].value)
   70             if Form["a%d" % Count].value == "release":
   71               ReleaseList.append(MsgObj)
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>, global Form = FieldStorage(None, None, [MiniFieldStorage('SID'...dStorage('x', '56'), MiniFieldStorage('y', '2')]), Count = 1, ].value undefined

 /usr/lib/python2.2/site-packages/TMDA/Pending.py in __init__(self=<TMDA.Pending.Message instance>, msgid='1066778262.18916.msg', recipient=None)
  418         self.msgfile = os.path.join(Defaults.PENDING_DIR, 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 = '1066778262.18916.msg'

MessageError: 1066778262.18916.msg not found!
      __doc__ = None
      __getitem__ = <bound method MessageError.__getitem__ of TMDA.Errors.MessageError: 1066778262.18916.msg not found!>
      __init__ = <bound method MessageError.__init__ of TMDA.Errors.MessageError: 1066778262.18916.msg not found!>
      __module__ = 'TMDA.Errors'
      __repr__ = <bound method MessageError.__repr__ of TMDA.Errors.MessageError: 1066778262.18916.msg not found!>
      __str__ = <bound method MessageError.__str__ of TMDA.Errors.MessageError: 1066778262.18916.msg not found!>
      args = '1066778262.18916.msg not found!'

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

Reply via email to