I got a printout of a stack trace on a white screen: I don't know how
I can help you guys find the bug since I have zero context with this
stack trace, but hopefully it helps.
Traceback (most recent call last):
File "C:\Python26\Lib\site-packages\django-trunk\django\core\servers
\basehttp.py", line 280, in run
self.result = application(self.environ, self.start_response)
File "C:\Python26\Lib\site-packages\django-trunk\django\core\servers
\basehttp.py", line 674, in __call__
return self.application(environ, start_response)
File "C:\Python26\Lib\site-packages\django-trunk\django\core\handlers
\wsgi.py", line 241, in __call__
response = self.get_response(request)
File "C:\Python26\Lib\site-packages\django-trunk\django\core\handlers
\base.py", line 141, in get_response
return self.handle_uncaught_exception(request, resolver,
sys.exc_info())
File "C:\Python26\Lib\site-packages\django-trunk\django\core\handlers
\base.py", line 165, in handle_uncaught_exception
return debug.technical_500_response(request, *exc_info)
File "C:\Python26\Lib\site-packages\django-trunk\django\views
\debug.py", line 58, in technical_500_response
html = reporter.get_traceback_html()
File "C:\Python26\Lib\site-packages\django-trunk\django\views
\debug.py", line 119, in get_traceback_html
t = Template(TECHNICAL_500_TEMPLATE, name='Technical 500
template')
File "C:\Python26\Lib\site-packages\django-trunk\django\template
\__init__.py", line 158, in __init__
self.nodelist = compile_string(template_string, origin)
File "C:\Python26\Lib\site-packages\django-trunk\django\template
\__init__.py", line 185, in compile_string
parser = parser_class(lexer.tokenize())
File "C:\Python26\Lib\site-packages\django-trunk\django\template
\debug.py", line 33, in __init__
super(DebugParser, self).__init__(lexer)
File "C:\Python26\Lib\site-packages\django-trunk\django\template
\__init__.py", line 251, in __init__
self.add_library(lib)
File "C:\Python26\Lib\site-packages\django-trunk\django\template
\__init__.py", line 352, in add_library
self.tags.update(lib.tags)
AttributeError: 'NoneType' object has no attribute 'tags'
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en.