Hi, After upgrading to 0.9.2, I get the following error in an application using translation:
File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.2-py2.4.egg\\pylons\\error.py', line 224 in respond app_iter = self.application(environ, detect_start_response) File 'c:\\python24\\lib\\site-packages\\Paste-0.9.8.1-py2.4.egg\\paste\\httpexceptions.py', line 623 in __call__ self.send_http_response, catch=HTTPException) File 'c:\\python24\\lib\\site-packages\\Paste-0.9.8.1-py2.4.egg\\paste\\wsgilib.py', line 232 in catch_errors_app app_iter = application(environ, start_response) File 'c:\\python24\\lib\\site-packages\\PasteDeploy-0.9.6-py2.4.egg\\paste\\deploy\\config.py', line 160 in __call__ app_iter = self.application(environ, start_response) File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.2-py2.4.egg\\pylons\\wsgiapp.py', line 315 in __call__ return self.app(environ, start_response) File 'c:\\python24\\lib\\site-packages\\Beaker-0.6.1-py2.4.egg\\beaker\\cache.py', line 120 in __call__ return self.app(environ, start_response) File 'c:\\python24\\lib\\site-packages\\Beaker-0.6.1-py2.4.egg\\beaker\\session.py', line 100 in __call__ response = self.wrap_app(environ, session_start_response) File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.2-py2.4.egg\\pylons\\wsgiapp.py', line 74 in __call__ self.setup_app_env(environ, start_response) File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.2-py2.4.egg\\pylons\\wsgiapp.py', line 146 in setup_app_env trans['translator'](self.globals.pylons_config.app_conf['lang']) TypeError: '_Translator' object is not callable Thanks Laurent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
