Skip to content

show_wv() does nothing #39

@Ranne314

Description

@Ranne314

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions