-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Dll not found error when opening native window #576
Comments
Thanks for reporting this issue. Does it only happen with the specific example of https://nicegui.io/#styling? The error looks so fundamental that I assume it's not working for all the examples. We use https://github.com/r0x0r/pywebview for opening a window with a webview. It looks like the issue originates there. Please try their getting started example (without NiceGUI being involved): import webview
webview.create_window('Hello world', 'https://pywebview.flowrl.com/')
webview.start() I've looked into their repo for similar issues but could only find r0x0r/pywebview#868 (comment). If the error is also reproducable with the non-NiceGUI example I suggest you open an issue at https://github.com/r0x0r/pywebview/issues. |
https://stackoverflow.com/a/74107882
|
Great you found a solution @Skjolbir. I still wonder how that could happen and if more users are experiencing this issue. I think it would be ideal if you open an issue over at https://github.com/pyinstaller/pyinstaller/issues and help the community to find the root cause of it. Linking this issue would also be good for PyInstaller to track the urgency. I'll close this issue here. But feel free to add comments if you have new informations. |
I have raised the issue over there @rodja |
Thanks @Skjolbir. Could you provide the link to the issue. I could not find it. Your suggestion to make the renderer configurable is very appealing. Maybe we need to think about a way to arbitrary parameters to |
My apologies, I misread your suggestion and had raised the issue with pywebview, which you can follow here: I think a tuple with |
I just created #640 to continue discussion about improved webview configuration. |
The text was updated successfully, but these errors were encountered: