-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use multiprocessing in flexx after freeze, The window keeps popping up #749
Comments
I'm sorry but this is not enough information to provide any help. Is it possible to create example code, that is as small as possible, but that I can run and that demonstrates the problem? |
ok, this is a complete example, you need
|
After running, multiple windows will be launched and cannot be closed, as if in a computer virus, hahaha |
Did you put the code to launch the app in an if __name__ == '__main__':
m = flx.App(Example).launch('firefox')
flx.run() |
Here's the code I packed def test_make_package_3(self): |
Oh, I have no idea how multiprocessing works together with frozen apps. But I do know that when you "launch the pool", it spawns new processes using the same |
yeah,i run with if name == "main", the program running ok,hope this problem can be solved later. thank you |
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:
This question has been bothering me. HA.
The text was updated successfully, but these errors were encountered: