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
Hello :) I just installed your software, its great. Not sure if its just me but when I first installed it I was getting an error in main.py. It seems windowpy has window.closing (your line 110 window.closing+=onclose) to be window.events.closing now? When I made the window.events.closing+=onclose change in the line, the software ran okay afterward. Thanks!
The text was updated successfully, but these errors were encountered:
Hello :) I just installed your software, its great. Not sure if its just me but when I first installed it I was getting an error in main.py. It seems windowpy has
window.closing
(your line 110window.closing+=onclose
) to bewindow.events.closing
now? When I made thewindow.events.closing+=onclose
change in the line, the software ran okay afterward. Thanks!The text was updated successfully, but these errors were encountered: