You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Eel version 0.18.1
Describe the bug
When calling Python function inside
scripttag I expect this function to print output to frontend but it prints to terminal only.To Reproduce
Steps to reproduce the behavior:
cdto hello world examplepython3 hello.pyExpected behavior
Hello from Python World!should be seen in a browser window.System Information
Screenshots
Additional context
I believe that similar issues were described before, for example issue #188