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
hello sir or mam, thanks for your effort for bring us such a fabulous artifact, I find that the size of "flet build" bundle is as twice larger as nuitika bundle even nuitika integrate double flet lib and that nuitika bundle finish rendering the ui after my clicking the executable file while flet build bundle render controls for 2 secs after the application window's display. my app code only imports flet package.
my nuitika config:
This discussion was converted from issue #3113 on April 28, 2024 17:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello sir or mam, thanks for your effort for bring us such a fabulous artifact, I find that the size of "flet build" bundle is as twice larger as nuitika bundle even nuitika integrate double flet lib and that nuitika bundle finish rendering the ui after my clicking the executable file while flet build bundle render controls for 2 secs after the application window's display. my app code only imports flet package.
my nuitika config:
data-files:
dirs:
- "bin"
dlls:
relative_path: "bin/flet"
prefixes:
- "*"
suffixes:
- "dll"
dest_path: "flet/bin/flet"
relative_path: "bin/flet/data"
prefixes:
- "*"
suffixes:
- "so"
dest_path: "flet/bin/flet/data"
Beta Was this translation helpful? Give feedback.
All reactions