Orest Kozyar wrote: > I have a program which queries an online database (Medline) for XML data. > It caches all data using shelve to avoid hitting the database too many > times. For some reason, I keep getting a RuntimeError: maximum recursion > depth exceeded when attempting to add a certain record. Please post the entire traceback. Else we can't (or won't try to) help. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
- Re: [Tutor] perplexing error with shelve REVISED Orest Kozyar
- Re: [Tutor] perplexing error with shelve REVISED Aditya Lal
- Re: [Tutor] perplexing error with shelve REVISED Orest Kozyar
- Re: [Tutor] perplexing error with shelve REVISED Orest Kozyar
- Re: [Tutor] perplexing error with shelve REVISED Eric Brunson
- Re: [Tutor] perplexing error with shelve REVISED Eric Brunson
- Re: [Tutor] perplexing error with shelve REVISED Orest Kozyar
- Re: [Tutor] perplexing error with shelve REVISED Kent Johnson
- Re: [Tutor] perplexing error with shelve REVISED Orest Kozyar
- Re: [Tutor] perplexing error with shelve REVISED Kent Johnson
- Re: [Tutor] perplexing error with shelve bob gailer