On Sat, Feb 26, 2005 at 12:30:58PM -0500, Aland Santamarina wrote: > StringIO(sys.stdin.read()) MemoryError
I can't find the relevant lines in the code, but the newer versions of Python have a new list.sort() method that can raise MemoryError exceptions. See http://python.fyxm.net/2.3.4/NEWS.html for a summary. Even if this isn't your specific problem, my guess is that there's an incompatibility with the version of Python you're using. I'm using Python 2.3.5, and haven't experienced this particular issue myself. Try upgrading, and if you're still having problems, the problem is most likely to lie somewhere in /usr/lib/python2.3/lib-dynload/cStringIO.so. -- Find my Techno-Geek Journal at http://www.codegnome.org/geeklog/ _____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
