What's MultiDBAppConfig?

Was it a lot that you didn't upgrade? 2.3.9 doesn't include changes to
config system, but previous versions did. Read upgrading page on tg docs to
check them all.

I suspect it might be related to changes to signature in after_init_config
method or to the fact that config is now per-app instead of process wide to
make easier to mix multiple apps per process. Those are all changes
introduces in previous 2.3 versions that might be related to your issue

Il 12/ago/2016 08:34, "Luca Verardi" <[email protected]> ha scritto:

hi all,
I upgrade my TG version to 2.3.9 and i got this error:

  File "/home/user/Workspace/APP/trunk/lib/python2.7/site-
packages/tg/configuration/app_config.py", line 761, in _setup_sqlalchemy
    engine = engine_from_config(conf, 'sqlalchemy.')
  File "/home/user/Workspace/APP/trunk/lib/python2.7/site-
packages/sqlalchemy/engine/__init__.py", line 407, in engine_from_config
    url = options.pop('url')
KeyError: 'url'

Change something about MultiDBAppConfig ?

-- 
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to