When I run this code:
from webui import webui
my_window = webui.Window()
my_window.show_wv('<html><script src="/Education?url=https%3A%2F%2Fgithub.com%2Fwebui-dev%2Fpython-webui%2Fissues%2Fwebui.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.
When I run this code:
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.