After a fresh install i get the following error:
C:\Users<user>\AppData\Local\Programs\Python\Python313\Lib\site-packages\transparent_background\gui.py:24: UserWarning: Failed to import flet. Ignore this message when you do not need GUI mode.
warnings.warn('Failed to import flet. Ignore this message when you do not need GUI mode.')
ERROR:flet:Unhandled error in main() handler
Traceback (most recent call last):
File "C:\Users<user>\AppData\Local\Programs\Python\Python313\Lib\site-packages\flet\app.py", line 271, in on_session_created
main(session.page)
~~~~^^^^^^^^^^^^^^
File "C:\Users<user>\AppData\Local\Programs\Python\Python313\Lib\site-packages\transparent_background\gui.py", line 109, in main
def pick_files_result(e: FilePickerResultEvent):
^^^^^^^^^^^^^^^^^^^^^
NameError: name 'FilePickerResultEvent' is not defined
After a fresh install i get the following error:
C:\Users<user>\AppData\Local\Programs\Python\Python313\Lib\site-packages\transparent_background\gui.py:24: UserWarning: Failed to import flet. Ignore this message when you do not need GUI mode.
warnings.warn('Failed to import flet. Ignore this message when you do not need GUI mode.')
ERROR:flet:Unhandled error in main() handler
Traceback (most recent call last):
File "C:\Users<user>\AppData\Local\Programs\Python\Python313\Lib\site-packages\flet\app.py", line 271, in on_session_created
main(session.page)
~~~~^^^^^^^^^^^^^^
File "C:\Users<user>\AppData\Local\Programs\Python\Python313\Lib\site-packages\transparent_background\gui.py", line 109, in main
def pick_files_result(e: FilePickerResultEvent):
^^^^^^^^^^^^^^^^^^^^^
NameError: name 'FilePickerResultEvent' is not defined