ViewDoesNotExist
Python 2.4.4: /usr/bin/python2.4
Fri Jul 4 07:31:20 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.

 /home/.lytle/rockstar_/theironlion.net/fcgi.py in run(self=<fcgi.Request object>)
  578         """Runs the handler, flushes the streams, and ends the request."""
  579         try:
  580             protocolStatus, appStatus = self.server.handler(self)
  581         except:
  582             traceback.print_exc(file=self.stderr)
protocolStatus undefined, appStatus undefined, self = <fcgi.Request object>, self.server = <fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <fcgi.WSGIServer object>>
 /home/.lytle/rockstar_/theironlion.net/fcgi.py in handler(self=<fcgi.WSGIServer object>, req=<fcgi.Request object>)
 1264         try:
 1265             try:
 1266                 result = self.application(environ, start_response)
 1267                 try:
 1268                     for data in result:
result = None, self = <fcgi.WSGIServer object>, self.application = <django.core.handlers.wsgi.WSGIHandler object>, environ = {'DOCUMENT_ROOT': '/home/rockstar_/theironlion.net', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'Accept: application/xhtml+xml,text/html;q=0.9,text/plain;', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'no-cache', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'theironlion.net', 'HTTP_PRAGMA': 'no-cache', ...}, start_response = <function start_response>
 /home/rockstar_/.lib/python/django/django/core/handlers/wsgi.py in __call__(self=<django.core.handlers.wsgi.WSGIHandler object>, environ={'DOCUMENT_ROOT': '/home/rockstar_/theironlion.net', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'Accept: application/xhtml+xml,text/html;q=0.9,text/plain;', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'no-cache', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'theironlion.net', 'HTTP_PRAGMA': 'no-cache', ...}, start_response=<function start_response>)
 /home/rockstar_/.lib/python/django/django/core/handlers/base.py in get_response(self=<django.core.handlers.wsgi.WSGIHandler object>, request=<WSGIRequest GET:<QueryDict: {}>, POST:<QueryDic...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>)
 /home/rockstar_/.lib/python/django/django/middleware/common.py in process_request(self=<django.middleware.common.CommonMiddleware object>, request=<WSGIRequest GET:<QueryDict: {}>, POST:<QueryDic...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>)
 /home/rockstar_/.lib/python/django/django/core/urlresolvers.py in resolve(path=u'/blog/django-people-and-me/feed/', urlconf=None)
 /home/rockstar_/.lib/python/django/django/core/urlresolvers.py in resolve(self=<RegexURLResolver ironlion.urls ^/>, path=u'/blog/django-people-and-me/feed/')
 /home/rockstar_/.lib/python/django/django/core/urlresolvers.py in resolve(self=<RegexURLResolver ironlion.blog.urls ^blog/>, path=u'blog/django-people-and-me/feed/')
 /home/rockstar_/.lib/python/django/django/core/urlresolvers.py in resolve(self=<RegexURLPattern None ^(?P<postslug>[0-9A-Za-z-]+)/feed/$>, path=u'django-people-and-me/feed/')
 /home/rockstar_/.lib/python/django/django/core/urlresolvers.py in _get_callback(self=<RegexURLPattern None ^(?P<postslug>[0-9A-Za-z-]+)/feed/$>)

ViewDoesNotExist: Tried view_post_feed in module ironlion.blog.views. Error was: 'module' object has no attribute 'view_post_feed'
      args = ("Tried view_post_feed in module ironlion.blog.vie...'module' object has no attribute 'view_post_feed'",)