OK, I got it figured out. Thanks for everyone's input! My problem wasn't in the recursion, it was that I didn't properly understand what the "wiki.get_pages()" method was going to return. What I had pictured in my mind wasn't what the routine actually did.
Since I haven't figured out how to use any sort of debugger when working on these plugins, I didn't realize what wiki.get_pages() was actually returning. Is there a blog entry/wiki page/list post somewhere that describes how to use a Python debugger on a plugin like this? My Python experience is almost non-existant. Thanks again! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
