Hi! I'm running TMDA-0.80 and tmda-cgi 0.10. When I want to release a message from the pending queue manually with tmda-cgi (by clicking the checkmark radiobutton and then "execute") I get the following error message (the message however is released, though):
[the lines containing 'xxxxxx....' are colored in the HTML output] ,---- | MessageError | Python 2.2.2: /usr/local/bin/python | Tue Jun 24 14:31:30 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/local/tmda-cgi-0.10/tmda-cgi.py | 157 elif Cmd == "pending": | 158 import PendList | 159 Call(PendList) xxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 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() xxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 58 | 59 # Capture WebUID | | Library = <module 'PendList' from 'PendList.pyc'>, Library.Show = <function Show> | | /usr/local/tmda-cgi-0.10/PendList.py in Show() | 219 # Print a single message record inside list loop | 220 try: | 221 MsgObj = Pending.Message(Msg) xxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 222 except IOError, ErrStr: | 223 continue | | MsgObj = <TMDA.Pending.Message instance>, global Pending = <module 'TMDA.Pending' from '../tmda/TMDA/Pending.pyc'>, Pending.Message = <class TMDA.Pending.Message>, Msg = '1056391226.5545.msg' | | ? in __init__(self=<TMDA.Pending.Message instance>, msgid='1056391226.5545.msg', recipient=None) | | MessageError: 1056391226.5545.msg not found! | __doc__ = None | __getitem__ = <bound method MessageError.__getitem__ of TMDA.Errors.MessageError: 1056391226.5545.msg not found!> | __init__ = <bound method MessageError.__init__ of TMDA.Errors.MessageError: 1056391226.5545.msg not found!> | __module__ = 'TMDA.Errors' | __repr__ = <bound method MessageError.__repr__ of TMDA.Errors.MessageError: 1056391226.5545.msg not found!> | __str__ = <bound method MessageError.__str__ of TMDA.Errors.MessageError: 1056391226.5545.msg not found!> | args = '1056391226.5545.msg not found!' `---- -- Ciao, Sebastian _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
