I´m trying to render a Myt Template, this is what I get at present: Exception: No content returned by controller: HelloController
Could someone tell me what I´m doing wrong? The full trace is below. Thanks URL: http://localhost:5000/hello/test 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 96 in __call__ raise Exception("No content returned by controller: %s" % \ Exception: No content returned by controller: HelloController --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
