We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flet 0.25.0 moves hook-flet.py to flet_cli but the import path is not updated (should be from flet_cli.__pyinstaller not from flet.__pyinstaller).
hook-flet.py
flet_cli
from flet_cli.__pyinstaller
from flet.__pyinstaller
[Paste your code here]
use pyinstaller directly to build
No response
[Upload media here]
Windows
windows 11
0.25.0
No, it isn't
[Paste your logs here]
The text was updated successfully, but these errors were encountered:
flet-cli/hook-flet.py
ndonkoHenri
Successfully merging a pull request may close this issue.
Duplicate Check
Describe the bug
flet 0.25.0 moves
hook-flet.py
toflet_cli
but the import path is not updated (should befrom flet_cli.__pyinstaller
notfrom flet.__pyinstaller
).Code sample
Code
To reproduce
use pyinstaller directly to build
Expected behavior
No response
Screenshots / Videos
Captures
[Upload media here]
Operating System
Windows
Operating system details
windows 11
Flet version
0.25.0
Regression
No, it isn't
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: