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

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to