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