Some computers cannot start pywebview properly
Closed this issue · 5 comments
webview.start(debug=True, http_port=39878, gui='qt'), I can open the window interface normally in PyCharm, and the normal output log is
[pywebview] Using Qt 5.15.2
Bottle v0.12.25 server starting up (using ThreadedAdapter())...
Listening on http://127.0.0.1:39878/
Hit Ctrl-C to quit.
DevTools listening on ws://127.0.0.1:8228/devtools/browser/356109e9-d0a6-43d5-a46f-143e466f3854
After using pyinstaller to package into exe, pywebivew cannot be launched. The output log only has [pywebview] Using Qt 5.15.2
Missing a lot of logs and no additional errors
What do you mean by failing to start? Do you get a blank screen?
The window cannot be opened at all, and the HTTP process has not started. The key is that there are no error logs.
What platform is this? Does the program halt or just hang without opening a window?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The message to post on the issue when closing it. If none provided, will not comment when closing an issue.