Exception in Tkinter callback when passing data between classes
I am writing an internal log reading application in Python 3.12 and have run into a problem where code that works normally is not working inside of classes. I have one class that is reading the bytes of log files into a dictionary and stored as bytes similar to something like this: