On Wed, May 2, 2012 at 10:42 AM, Lukasz Szybalski <[email protected]> wrote: > I'll try the command above. Thank you. > Is there another way I can add toscawidget suppurt without renaming > the app name?
The alternative would be not to use engine_from_config. Although this
points to a more general problem. Are any of your settings visible in
the application?
However, (and this is more a question for the Pyramid developers),
earlier versions of Pyramid used to use a pipeline by default, and
they could read the application settings. So there's some difference
between what they did and what you're doing. I've attached the
development.inii and __init__.py from Pyramid 1.0 in case it gives any
clues.
Pyramid tag 1.0
pyramid/paster_templates/routesalchemy/development.ini_tmpl
pyramid/paster_templates/routesalchemy/+package+/__init__.py_tmpl
--
Mike Orr <[email protected]>
--
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.
development.ini_tmpl
Description: Binary data
__init__.py_tmpl
Description: Binary data
