Using multiprocessing from a Windows service

Mark Hammond skippy.hammond at gmail.com
Fri Feb 6 16:54:16 EST 2009


On 6/02/2009 4:21 PM, Volodymyr Orlenko wrote:
> In the patch I submitted, I simply check if the name of the supposed
> module ends with ".exe". It works fine for my case, but maybe this is
> too general. Is there a chance that a Python module would end in ".exe"?

IIRC, py2exe may create executables where sys.argv[0] is the executable 
itself.  Maybe if we consider and handle both these cases a patch to mp 
might be looked upon in a better light...

Cheers,

Mark



More information about the Python-list mailing list