pyramid_layout icon indicating copy to clipboard operation
pyramid_layout copied to clipboard

pyramid_layout breaks with latest pyramid_mako

Open blaflamme opened this issue 11 years ago • 3 comments

Here's the relevant traceback

File "/path/to/pyramid_layout-0.8-py2.7.egg/pyramid_layout/config.py", line 359, in register
    template = helper.renderer.implementation()
pyramid.exceptions.ConfigurationExecutionError: <type 'exceptions.AttributeError'>: 'MakoLookupTemplateRenderer' object has no attribute 'implementation'

Latest versions of pyramid_mako and pyramid_jinja removed this private api. Same error apply for add_panel, not just add_layout.

blaflamme avatar Feb 27 '14 22:02 blaflamme

Pull request #25 submitted which fixes this issue.

rnortman avatar Mar 19 '14 18:03 rnortman

@chrisrossi tested in multiple apps and it seems fine. Merge and release when you have time, pyramid_mako was released during sprints :)

blaflamme avatar Apr 16 '14 18:04 blaflamme

@blaflamme Did you look at #27 or #25?

chrisrossi avatar Apr 16 '14 19:04 chrisrossi