--> --> -->
 
 
IOError
Python 2.3.5: /usr/bin/python
Sat Apr 29 05:38:56 2006

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/ezmlm-browse/<string>

 /usr/lib/ezmlm-browse/main.py in main()
  363                 path = os.environ['PATH_INFO']
  364                 main_path(path)
  365         except KeyError:
  366                 pass
  367         main_form()
global main_form = <function main_form>

 /usr/lib/ezmlm-browse/main.py in main_form()
  315 def main_form():
  316         global ctxt
  317         setup_list()
  318         if ctxt.has_key('command'): ctxt[COMMAND] = ctxt['command']
  319         if '/' in ctxt[COMMAND]:
global setup_list = <function setup_list>

 /usr/lib/ezmlm-browse/main.py in setup_list()
  262                         ctxt.update(eza.index[ctxt[MSGNUM]])
  263                 if ctxt.has_key(THREADID):
  264                         ctxt.update(eza.thread(ctxt[THREADID]))
  265                 eza.set_months(ctxt)
  266         if ctxt[TZ] and ctxt[TZ] <> 'None':
global ctxt = {'tz': '', 'cmd': 'showmsg', 'author': 'Cees De ...ODING': 'deflate, gzip, x-gzip, identity, *;q=0'}, ctxt.update = <built-in method update of dict object>, eza = <ezmlm.EzmlmArchive instance>, eza.thread = <bound method EzmlmArchive.thread of <ezmlm.EzmlmArchive instance>>, global THREADID = 'threadid'

 /usr/lib/ezmlm-browse/ezmlm.py in thread(self=<ezmlm.EzmlmArchive instance>, threadid='ciplkfakdfodedgkdcoh')
  203                 path = os.path.join(self.archdir, 'subjects',
  204                                                         threadid[:2], threadid[2:])
  205                 lines = map(string.strip, open(path).readlines())
  206                 subject = _rx_subject.match(lines[0]).group(2)
  207                 list = [ ]
lines undefined, builtin map = <built-in function map>, global string = <module 'string' from '/usr/lib/python2.3/string.pyc'>, string.strip = <function strip>, builtin open = <type 'file'>, path = '/home/discuss/lists/ui/archive/subjects/ci/plkfakdfodedgkdcoh', ).readlines undefined

IOError: [Errno 2] No such file or directory: '/home/discuss/lists/ui/archive/subjects/ci/plkfakdfodedgkdcoh'
      args = (2, 'No such file or directory')
      errno = 2
      filename = '/home/discuss/lists/ui/archive/subjects/ci/plkfakdfodedgkdcoh'
      strerror = 'No such file or directory'