--> --> -->
 
 
ValueError
Python 2.3.5: /usr/bin/python
Wed Jul 9 00:19:55 2008

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/users/web/b1765/ipw.kickstan/public_html/cgi-bin/damagedgoods.cgi
   63                         test_installation(req)
   64 
   65         else:
   66                 p = PyBlosxom(req)
   67                 p.run()
p = <Pyblosxom.pyblosxom.PyBlosxom instance>, p.run = <bound method PyBlosxom.run of <Pyblosxom.pyblosxom.PyBlosxom instance>>

 /home/kickstan/public_html/cgi-bin/Pyblosxom/pyblosxom.py in run(self=<Pyblosxom.pyblosxom.PyBlosxom instance>)
   87 
   88         if not handled == 1:
   89             blosxom_handler(self._request)
   90 
   91         # do end callback
global blosxom_handler = <function blosxom_handler>, self = <Pyblosxom.pyblosxom.PyBlosxom instance>, self._request = Request

 /home/kickstan/public_html/cgi-bin/Pyblosxom/pyblosxom.py in blosxom_handler(request=Request)
  407 
  408         # import the renderer
  409         r = tools.importName("Pyblosxom.renderers", r)
  410 
  411         # get the renderer object
r = 'blosxom', global tools = <module 'Pyblosxom.tools' from '/hermes/bosweb/w...ickstan/public_html/cgi-bin/Pyblosxom/tools.pyc'>, tools.importName = <function importName>

 /hermes/bosweb/web176/b1765/ipw.kickstan/public_html/cgi-bin/Pyblosxom/tools.py in importName(modulename='Pyblosxom.renderers', name='blosxom')
  322     """
  323     try:
  324         module = __import__(modulename, globals(), locals(), [name])
  325     except ImportError:
  326         return None
module undefined, builtin __import__ = <built-in function __import__>, modulename = 'Pyblosxom.renderers', builtin globals = <built-in function globals>, builtin locals = <built-in function locals>, name = 'blosxom'

ValueError: bad marshal data
      args = ('bad marshal data',)