The current repository is the Github one: https://github.com/Pylons/akhet I'll delete the Bitbucket one to avoid confusion.
I switched to add_route/add_view because the view args on 'add_route' got deprecated. It took some time to get it to work and I got a similar error in the interim but I thought it was fixed. In any case, I'll fiix it if I can or document the problem. Akhet has become a minor collection of add-ons so it's not worth fussing a lot with. Right now I'm focusing on the Pyramid/Pylons guide in the Cookbook. On Mon, May 28, 2012 at 11:28 AM, Jason <[email protected]> wrote: > Looks like Akhet 2.0 changed the add_static_route function to add the route > and then add the view. When calling add_route it raises an > exception pyramid.exceptions.ConfigurationError: view_permission argument > not permitted without view argument. I don't know if Akhet is still > maintained and the source code on bit bucket doesn't show the same code as > the installed version from pypi. > > I'm going to stop using Akhet (it's so small that I might as well make my > own static view overlay), so this is just an FYI. -- 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.
