On Jul 13, 2010, at 1:20 , Mike Burrows wrote: >> which is odd, since at least some of the routes are working. > > Why did you find it necessary to do "config['routes.map'] = map" at > the end of make_map()? Is your config/environment.py (where this is > normally done) the problem perhaps? Mike Orr alluded to this earlier > when he mentioned load_environment().
That was it. My environment.py file (the one I inherited) was about four lines long. I copied the content of the file generated by Blastoff with a little tweaking, and the route is working now. I'm getting errors, but with a stack trace, so that's progress. :-) Any idea how the other developer wound up giving me this sort of setup? That might help me to understand what else is going on in this project. -- 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.
