Replies: 1 comment
-
Give your |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
flet 0.19 is out, and I used it like I was told by one of the contributors here.
This version shows why the page failed to load.
My issue gave me this error message:
It seems the necessary modules are not being loaded? or copied? to serious_python during the build process.
For windows apps, I solved it by manually copying the related folders to my app's site-packages folder.
It kept popping up different ModuleNotFoundError messages, so I kept copying all the necessary folders to my app's site-packages folder and voilà~ it works now.
However, for android apks, I tried unzziping the apk, but I couldn't figure out where I should copy my imported modules to...
I hope there will be some viable solutions soon.
Beta Was this translation helpful? Give feedback.
All reactions