multiprocessing.Process can not start a thread in py2exe

Ho Yeung Lee jobmattcon at gmail.com
Sun May 21 02:11:46 EDT 2017


i mean executable file can not run the multiprocessing thread 
after convert to executable file with py2exe



On Sunday, May 21, 2017 at 2:09:04 PM UTC+8, Ho Yeung Lee wrote:
> p = multiprocessing.Process(target=helloconnect, args=(host,"",))
> 
> multiprocessing.Process can not start a thread in py2exe
> 
> it can compile and run without error
> but it can not run function helloconnect




More information about the Python-list mailing list