FilePicker with ref error #3271
Replies: 8 comments
-
on windows and macos, it runs ok. |
Beta Was this translation helpful? Give feedback.
-
What do you mean by "ref error" in the issue title? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Yep, I mean, what's the error with them? |
Beta Was this translation helpful? Give feedback.
-
the rusult is the loop picture: not ‘pick_files_result’ callback |
Beta Was this translation helpful? Give feedback.
-
if you have a linux environment, you can try my code and click the button. This problem is inevitable. |
Beta Was this translation helpful? Give feedback.
-
I tried your code in web mode... I didn't face issue. I've a question... Are you able to run app in desktop mode using |
Beta Was this translation helpful? Give feedback.
-
yes, I run app in desktop mode using
|
Beta Was this translation helpful? Give feedback.
-
Description
Code example to reproduce the issue:
Describe the results you received:
run with 'flet run ./demo.py', the result is:
the callback pick_files_result not entered.
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Flet version (
pip show flet
):Give your
requirements.txt
file (don'tpip freeze
, instead give direct packages):Operating system:
Linux Mint 21.3 Virginia \n \l
Additional environment details:
Beta Was this translation helpful? Give feedback.
All reactions