AttributeError: partially initialized module 'flet' has no attribute 'Page' (most likely due to a circular import)[Question] #1634
-
QuestionCode sampleimport flet as ft def main(page: ft.Page): ft.app(target=main) Error messageAttributeError: partially initialized module 'flet' has no attribute 'Page' (most likely due to a circular import) ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Answered by
ndonkoHenri
Jul 26, 2023
Replies: 1 comment
-
Make sure the python file you are running is not name is not |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xBreadyx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure the python file you are running is not name is not
flet.py
!