This happens with r2134:
File "/var/tesla-pylons-elixir/tests/output/ProjectName/projectname/
config/environment.py", line 23, in load_environment
config['pylons.g'] = app_globals.Globals()
TypeError: __init__() takes exactly 3 arguments (1 given); got
({'error_...me'}, beaker.session.key=..., beaker.session.secret=...,
cache_dir=..., sqlalchemy.default.echo=...,
sqlalchemy.default.uri=...), wanted (global_conf, full_stack=True,
**app_conf)
Line should read:
config['pylons.g'] = app_globals.Globals(global_conf, app_conf)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---