On Tuesday, August 21, 2012 4:23:34 PM UTC-4, Jason wrote: > > Was there briefly a Pyramid 1.4dev on pypi? > > I just had an error occur on Pyramid 1.3.3 where inheriting > "/somedir/base.mako" would raise the error 'TemplateLookupException: Can > not locate template for uri myproject:/somedir/base.mako' > > When I rebuilt the virtualenv to test out the error I did easy_install -U > pyramid and it installed pyramid 1.4dev. When running my project in 1.4dev > the error didn't occur -- any idea what would have changed related to mako > templating? > > -- > Jason >
I found the issue is with using an asset spec in the renderer argument to the view config, but using a non-asset spec URI for the inherit tag. I will post a issue in github with more information. -- Jason -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/PA5mQykiuxkJ. 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.
