An error occurred packaging the executable with flet pack? #1028
Unanswered
Ben2022-cell
asked this question in
Q&A
Replies: 1 comment 3 replies
-
What is shown when you do this:
Then
And what is your OS? |
Beta Was this translation helpful? Give feedback.
3 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.
-
The packaging-desktop-app docs talk about packaging a desktop app into an executable using flet pack command as follows -
flet pack your_program.py
But wen i execute there code , there is presenting an error, see that:
$ flet pack jartual_frame_flet.py
Please install PyInstaller module to use flet pack command: cannot import name 'decode' from 'PyInstaller.utils.win32.versioninfo' (D:\Python39\lib\site-packages\PyInstaller\utils\win32\versioninfo.py)
the PyInstaller packing i has setup finish, and updated to the lastest version.
Beta Was this translation helpful? Give feedback.
All reactions