I'm using pickle in my project to save a dictionary that doesn't contain any UI code or any references to urwid, but I get this error when I try to save.
Can't get local object 'MonitoredFocusList.__init__.<locals>.<lambda>'
But I can't find anything in the reference that mentions what a MonitoredFocusList is. Any help is appreciated, thanks!