--> --> -->
 
 
<type 'exceptions.AttributeError'>
Python 2.5.2: /usr/local/bin/python
Tue Oct 7 07:42:44 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.

 /usr/home/mu/pliante/pliante.cgi in ()
   14     import cgitb; cgitb.enable()
   15 
   16 import manager
   17 
   18 host = environ.get('HTTP_HOST', environ.get('SERVER_NAME'))
manager undefined
 /usr/home/mu/pliante/manager.py in ()
  230     pass
  231 
  232 from wiki import to_ast
  233 from xhtml import format
  234 class WikiText(Part):
wiki undefined, to_ast undefined
 /usr/home/mu/pliante/wiki.py in ()
   13 from format import Token, Node, Style
   14 
   15 class WikiLexer(sre.Scanner):
   16 
   17     def __init__(self, s):
WikiLexer undefined, sre = None, sre.Scanner undefined

<type 'exceptions.AttributeError'>: 'module' object has no attribute 'Scanner'
      args = ("'module' object has no attribute 'Scanner'",)
      message = "'module' object has no attribute 'Scanner'"