Replies: 1 comment
-
|
problem solved by modified \flet\utils\pip.py, to ignore desktop install check and \flet_desktop\ init.py, and replaces |
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 was using nuitka to package the code.
nuitka --standalone --show-progress --include-package=urllib.request --include-package=openpyxl --nofollow-import-to=docx --nofollow-import-to=pillow --nofollow-import-to=numpy --nofollow-import-to=matplotlib --nofollow-import-to=scipy --nofollow-import-to=pandas --nofollow-import-to=control --nofollow-import-to=flet --output-dir=build .\gui.pyand copy flet and flet-desktop to the root dir, then run the .exe file so we get the error message below.
nuikta works well when flet==0.27.6, and packing time is much shorter than flet build and what is most important is nuitka is effective and simple, flet build it is nothing but wasting time it requires downloading template every single time for thousand years which is a joke for me.
Code sample
No response
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions