Re: parallelpython 1.5.7 crash

2009-12-17 Thread makobu
Thanks Zeph. -- http://mail.python.org/mailman/listinfo/python-list

Re: parallelpython 1.5.7 crash

2009-12-12 Thread zeph
I looked in the browsable svn repo for parallel python at http://parallelpython.googlecode.com/svn/trunk/ 1) OverflowError: long int too large to convert to int This is a bug in their code (comments are mine) in pytransport.py: size_packed = self.r.read(struct.calcsize("!Q")) # reads in 8- char

parallelpython 1.5.7 crash

2009-12-12 Thread makobu
Hi all, Hi all, with the above version of parallelpython, what causes this? Traceback (most recent call last): File "C:\Users\tim\code_base\svn\octopus\parallel_python\pp.py", line 762, in __run sresult = worker.t.receive() File "C:\Users\tim\code_base\svn\octopus\parallel_python \pptran