OK, figured it out after diffing my code against the samples from the book site (http://www.apress.com/book/downloadfile/4218) - I had typed
result['controller'] = 'nav' instead of result['controller'] = 'page' in the final clause of the try block in the parse() function in routing.py. Kinda makes sense now, what I was seeing in the traceback... that's what I get for doing this tutorial one hour at a time in the evening after work :) Thanks anyways, Philip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
