multiprocessing.Process can not start a thread in py2exe

Ho Yeung Lee jobmattcon at gmail.com
Sun May 21 02:08:37 EDT 2017


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