You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-102 (__sync_handler):
Traceback (most recent call last):
File "...\flet-env\Lib\site-packages\flet_core\event_handler.py", line 28, in __sync_handler
h(r)
File "...\solitaire\solitaire-final-part1\card.py", line 126, in drop
self.update()
File "...\flet-env\Lib\site-packages\flet_core\control.py", line 260, in update
assert self.__page, "Control must be added to the page first."
AssertionError: Control must be added to the page first.
NOTE: flet-env is my virtual-environment where I tested.
The text was updated successfully, but these errors were encountered:
andresgmg
changed the title
python/tutorials/solitaire/solitaire-final-part1 (WINDOWS 11)
AssertionError in solitaire-final-part1 (Windows 11)
Oct 29, 2023
Exception in thread Thread-102 (__sync_handler):
Traceback (most recent call last):
File "...\flet-env\Lib\site-packages\flet_core\event_handler.py", line 28, in __sync_handler
h(r)
File "...\solitaire\solitaire-final-part1\card.py", line 126, in drop
self.update()
File "...\flet-env\Lib\site-packages\flet_core\control.py", line 260, in update
assert self.__page, "Control must be added to the page first."
AssertionError: Control must be added to the page first.
NOTE: flet-env is my virtual-environment where I tested.
The text was updated successfully, but these errors were encountered: