--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.2: /var/www/localhost/cgi-bin/pyblosxom/
Fri Jul 3 23:20:14 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.

 /var/www/localhost/cgi-bin/pyblosxom/pyblosxom.cgi in ()
   36     sys.path.insert(0, cfg["codebase"])
   37 
   38 from Pyblosxom.pyblosxom import PyBlosxom
   39 
   40 if __name__ == '__main__':
Pyblosxom undefined, PyBlosxom undefined

<type 'exceptions.ImportError'>: No module named Pyblosxom.pyblosxom
      args = ('No module named Pyblosxom.pyblosxom',)
      message = 'No module named Pyblosxom.pyblosxom'