Thank you Michael, that pointed me in the right direction. I had a section=['section'], rather than a section=values['section'] in a query, and your answer allowed me to follow the right path.
I am wondering if I was getting the same result from the downloaded code because of my unfamiliarity with paster - (yet another stupid question coming up). I haven't found a satisfactory way to stop paster and then restart it. If I break the current paster serve and issue the command paster serve --stop (or --stop-daemon) I receive a 'no PID file exists in paster.pid' message. If I restart paster serve, I get a SocketServer error that the address is already in use. I'm currently having to kill the entire shell process to really do a reload of paster, and perhaps that is contributing to some of my issues. Anyways, thank you for helping the newbie.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
