Why do I get this error message?
Archiviert 3 years ago
I
GooseAppreciator
Spielt Word
Verified
I'm new to python and wanted to make a script to encrypt and decrypt messages. The actual encryption part is not in the code yet, so by now there should be just a window to enter the message. But when I debug, I get this error:
'NoneType' object has no attribute 'winfo_viewable'

