-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
When I run this code:
from webui import webui
my_window = webui.Window()
my_window.show_wv('<html><script src="webui.js"></script> Hello World from Python! </html>')
webui.wait()
The code simply does nothing I simply do not know why.
This issue is also for other bindings of Webui like the one for Deno,
I think the issue comes from the .so release, if I run C code that links with a static library
show_wv() works ! 😱
I am on x86_64 Linux, Python 3.12.3, libwebkitgtk-6.0-4.
Metadata
Metadata
Assignees
Labels
No labels