Although the page renders, I get this once in a while when checking
the console:

URL: http://localhost:5000/error/HTTP_NOT_FOUND.html.var
File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.5-py2.4.egg\\pylons\
\error.py', line 225 in respond
  app_iter = self.application(environ, detect_start_response)
File 'c:\\python24\\lib\\site-packages\\Paste-1.3-py2.4.egg\\paste\
\httpexceptions.py', line 633 in __call__
  self.send_http_response, catch=HTTPException)
File 'c:\\python24\\lib\\site-packages\\Paste-1.3-py2.4.egg\\paste\
\wsgilib.py', line 225 in catch_errors_app
  app_iter = application(environ, start_response)
File 'c:\\python24\\lib\\site-packages\\PasteDeploy-1.3-py2.4.egg\
\paste\\deploy\\config.py', line 164 in __call__
  app_iter = self.application(environ, start_response)
File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.5-py2.4.egg\\pylons\
\wsgiapp.py', line 261 in __call__
  return self.app(environ, start_response)
File 'c:\\python24\\lib\\site-packages\\Beaker-0.6.3-py2.4.egg\\beaker\
\cache.py', line 128 in __call__
  return self.app(environ, start_response)
File 'c:\\python24\\lib\\site-packages\\Beaker-0.6.3-py2.4.egg\\beaker\
\session.py', line 95 in __call__
  response = self.wrap_app(environ, session_start_response)
File 'c:\\python24\\lib\\site-packages\\Routes-1.6.3-py2.4.egg\\routes\
\middleware.py', line 101 in __call__
  response = self.app(environ, start_response)
File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.5-py2.4.egg\\pylons\
\wsgiapp.py', line 84 in __call__
  response = self.dispatch(controller, environ, start_response)
File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.5-py2.4.egg\\pylons\
\wsgiapp.py', line 182 in dispatch
  return controller(environ, start_response)
File 'D:\\Projects\\Pylons_projects\\gameolymp\\gameolymp\\lib\
\base.py', line 15 in __call__
  return WSGIController.__call__(self, environ, start_response)
File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.5-py2.4.egg\\pylons\
\controllers.py', line 214 in __call__
  response = self._dispatch_call()
File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.5-py2.4.egg\\pylons\
\controllers.py', line 164 in _dispatch_call
  raise NotImplementedError(
NotImplementedError: Action HTTP_NOT_FOUND.html.var is not implemented


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to