1751660300
1751660300
我也发现了这个bug
ok, this is a complete example, you need You need to package an application through the freeze method, then run, click this button. ``` import time from multiprocessing import Pool...
After running, multiple windows will be launched and cannot be closed, as if in a computer virus, hahaha
Here's the code I packed def test_make_package_3(self): flx.App(Example).freeze("./", excludes=[], launch="app")
yeah,i run with if __name__ == "__main__", the program running ok,hope this problem can be solved later. thank you
hello, Pyinstaller packages programs that use multiprocessing must call the multiprocessing.freeze_support () method to freeze the process. I try to write the generated examp.py in the following format to solve...