| SyntaxError | Python 2.4.3: /usr/bin/python Fri Jul 3 19:07:46 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/stories/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/stories/BuluImpl.py', 78, None, "(enc, None, None, None) = codecs.lookup('ascii')\n"))
filename =
'/web/script/jcgregorio/wellformedweb.org/stories/BuluImpl.py'
lineno =
78
msg =
'assignment to None'
offset =
None
print_file_and_line =
None
text =
"(enc, None, None, None) = codecs.lookup('ascii')\n"