Re: [Python-Dev] Cannot use multiprocessing and zip together on windows

2011-12-21 Thread Nick Coghlan
On Wed, Dec 21, 2011 at 6:50 PM, Leo Jay wrote: > It seems that the situation described here is similar: > http://bugs.python.org/issue10128 > > But the patch doesn't work for me. > > Anybody knows how to fix this? Try the patch from http://bugs.python.org/issue10845 (the one on #10128 only parti

[Python-Dev] Cannot use multiprocessing and zip together on windows

2011-12-21 Thread Leo Jay
Hi All, I posted this several days ago in python mailing list but got no response and I think it might be a bug, so I post it here. Apologize if it's not appropriate. I have a file p.zip, there is a __main__.py in it, and the content of __main__.py is: from multiprocessing import Process import