--> --> -->
 
 
SyntaxError
Python 2.4.3: /usr/bin/python
Sat Jul 4 10:58:49 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.

 /web/script/jcgregorio/wellformedweb.org/Bulu.cgi
   12 
   13 import BuluCfg
   14 import BuluImpl
   15 
   16 BuluImpl.BuluMain()
BuluImpl undefined

SyntaxError: assignment to None (BuluImpl.py, line 78)
      args = ('assignment to None', ('/web/script/jcgregorio/wellformedweb.org/BuluImpl.py', 78, None, "(enc, None, None, None) = codecs.lookup('ascii')\n"))
      filename = '/web/script/jcgregorio/wellformedweb.org/BuluImpl.py'
      lineno = 78
      msg = 'assignment to None'
      offset = None
      print_file_and_line = None
      text = "(enc, None, None, None) = codecs.lookup('ascii')\n"