-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
Webview doesn't load when I import pystray #486
Comments
First of all, this is the first time I heard about pystray. Second, systray feature has been requested many times, so the best course would be to implement into pywebview imo. However, using this library sounds like a viable choice as well. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Got the same error as OP.
After trying some things I was able to solve it by implementing the solution suggested here: Link to Stackoverflow |
@AlexCovizzi @alexwohlbruck care to add a barebone example that would demonstrate a minimal use of pywebview with pystray? |
@r0x0r I don't think i ever got this to work. I have been using the Eel library and it's working well for me! |
For some reason when I try to use this library with pystray (a library that creates a system tray icon), I get this strange runtime error. I am pulling my hair out trying to get these two modules to work together, but I don't know what this error message is coming from. Only when I import both of the libraries and try to create a new window.
Anybody else getting this on their machines? How can I even begin to debug this?
The text was updated successfully, but these errors were encountered: