--> --> -->
 
 
<type 'exceptions.NameError'>
Python 2.5.4: /usr/bin/python
Fri Jul 17 12:55:10 2009

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/lib64/ezmlm-browse/<string> in ()
 /usr/lib/ezmlm-browse/main.py in ()
   15 import context
   16 
   17 import config
   18 
   19 ctxt = None
config undefined
 /usr/lib/ezmlm-browse/config.py in ()
   34         # CSSPREFIX should be '/'. If you specify a subdirectory, make sure
   35         # you place the trailing '/' (slash) character.
   36         CSSPREFIX: '/',
   37         # The default maximum line length to allow when doing word wrapping.
   38         WRAPWIDTH: 0,
CSSPREFIX undefined

<type 'exceptions.NameError'>: name 'CSSPREFIX' is not defined
      args = ("name 'CSSPREFIX' is not defined",)
      message = "name 'CSSPREFIX' is not defined"