@charles: From looking at the traceback, it looks like buildfullreg in route.py is returning an expression that contains a regex with a named group named /ajax. Which presumably comes from self.routelist having a part with name=/ajax
Why it should be doing that puzzles me.
|