Replies: 1 comment
-
Flet makes use of Pyodide for static websites, and it doesn't yet support the use of the requests package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I builded my App with "flet build web" and published it local with "python -m http.server --directory build/web".
I tried to start it in the browser but there is only a grey window and not my App. The browsers dev-tool gives the attached error message.
Can anyone help me with this? Is the not installed 'request'-module the problem? How can I solve this?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions