Lookup bytes no good.
Traceback (most recent call last): File "/home/sforman/Desktop/ArchLayer/System/source/Thun/joy/gui/textwidget.py", line 307, in run_command self.world.interpret(command) File "/home/sforman/Desktop/ArchLayer/System/source/Thun/joy/gui/world.py", line 131, in interpret super(StackDisplayWorld, self).interpret(command) File "/home/sforman/Desktop/ArchLayer/System/source/Thun/joy/gui/world.py", line 96, in interpret self.dictionary, File "/home/sforman/Desktop/ArchLayer/System/source/Thun/joy/joy.py", line 79, in run return joy(stack, expression, dictionary, viewer) File "/home/sforman/Desktop/ArchLayer/System/source/Thun/joy/joy.py", line 58, in joy term = dictionary[term] KeyError: b'pop'
Fixed by https://osdn.net/projects/joypy/scm/hg/Joypy/commits/eef4afc4a37e49e6d1e9a8f8c4f276eb4e33110a
Details