On Fri, 01 Aug 2008 00:46:09 -0700, Simon Strobl wrote: > I tried to load a 6.8G large dictionary on a server that has 128G of > memory. I got a memory error. I used Python 2.5.2. How can I load my > data?
What does "load a dictionary" mean? Was it saved with the `pickle` module? How about using a database instead of a dictionary? Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list