> What could be happening between the debug code in db.py and when I do > the print statement in my code where that object gets goofed up?
probably in your code somewhere you are calling out.list() or alike which "emptying" the result set. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
