Hi, I am running a script that produces about 450,000 dictionaries. I tried putting them into a tuple and then pickling the tuple, but the tuple gets too big. Can I pickle dictionaries one after another into the same file and then read them out again?
Cheers, Matthew -- http://mail.python.org/mailman/listinfo/python-list