On May 30, 2007, at 9:51 AM, [EMAIL PROTECTED] wrote:
> > Hi, > > With current trunk svn, I tried 'paster serve deploy_cfg.ini', but it > barks : > > "wsgi.py", line 100, in app_factory > app = ErrorMiddleware(app, global_conf, **app_conf) > TypeError: __init__() got an unexpected keyword argument > 'tg.config_file' > > Did I miss something that make it works? Nope, just broke that myself when I introduced ErrorMiddleware. A quick hack to fix that could be to remove **app_cfg and pass just global_conf Alberto --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
