Closed lei12 closed 10 years ago
You need to get the meta-configuration for pyramid_layout done before using its directives. E.g., add this line to the 'if name == "main"' section of your app::
config.include('pyramid_layout')
wonderful! thanks
soon after wsgi launching: