Replies: 3 comments
-
I've run into the same problem with my project. It's possible we've both missed something but I couldn't see any way to It may be a bit late, but I thought I'd share my workaround. I used stickytape to convert my main file (e.g. your This is a totally hacky solution, but given my project is a hacky/reasearch one anyway, I wasn't too bothered. Hope this helps someone else reading, and I hope |
Beta Was this translation helpful? Give feedback.
-
@ndonkoHenri, Sorry to add you here, Had a question on "How to pack multiple files in flet?" |
Beta Was this translation helpful? Give feedback.
-
Maybe use the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
My flet app is splitted between multiple scripts. One script that contains the gui code, one that contains data loading, one that contains processing, etc.
If I use
flet pack
on thegui.py
script my own scripts are ignored which breaks the imports. Can I useflet pack
on a whole folder to keep my code separated?Beta Was this translation helpful? Give feedback.
All reactions