use multiprocessing in flexx after freeze, The window keeps popping up #749
Open
Description
Hello Brother.
i want to use multiprocessing in PyWidget.
In pycharm, the test runs normally, but when packaged into an executable file, the window keeps popping up and cannot be closed.
code:
def download_multi(package_names):
# multiprocessing task
.....
@flx.action
def d_action():
....
download_multi(package_names)
This question has been bothering me. HA.