Todd A. Jacobs wrote:
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.

(Haven't seen the original message due to some ISP issues, but hopefully I don't get the wrong end of the stick...)


I don't recall the exact version, but TMDA is supposed to support pretty old Python versions - certainly earlier than 2.3.x.

I'd guess that MemoryError means out-of-RAM. Does your system limit the amount of RAM a process can use? Perhaps the whole system is low on memory & swap?
_____________________________________________
tmda-users mailing list ([email protected])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to