-
Notifications
You must be signed in to change notification settings - Fork 8
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
Multiprocessing error in windows bundle #10
Comments
This actually appears to be an issue with Line 73 (where the error occurred) of the _stdout, _stderr = sys.stdout.write, sys.stderr.write From looking online, it appears that pyinstaller in windows applications sometimes sets |
@Guarouba Any reason why bottle.py is involved here? |
@jourdain bottle is a dependency of pywebview. |
Hum, I'm only seeing a dependency on |
bottle is a dependency of pywebview==4.0.1. Using pywebview==3.7.2 fixed the problem. Thanks for the support. |
Indeed, it does appear to be a dependency of pywebview. We'll probably need to post an issue upstream somewhere (bottle? pyinstaller?) about this issue. I don't think it is something we can fix on our end. |
Hello,
I am trying to bundle my trame application into a windows exe. I followed the README steps in bundles/desktop/windows. When I run run.py everything works fine. Then I managed to create the exe with pyinstaller but when I execute it I get the following error:
Problem seems to be with the freeze_support(). However when I delete it I have an infinite recursion.
Do you know how to solve this?
Thanks in advance
The text was updated successfully, but these errors were encountered: