[nagare-users:606] Re: Components as class data - ⇝ CallbackLookupError: 39892850

2015-05-06 Thread Terrence Brannon
The entire thing is working fine. I just moved all 3 class attributes into being attributes of the instance and it works fine: class BodyTable(AddParser, ValueTyped, Tagged): A BodyTable parser is the most basic class in its inheritance hierarchy. def __init__(self):

[nagare-users:605] Components as class data - ⇝ CallbackLookupError: 39892850

2015-05-06 Thread Terrence Brannon
In this code https://gist.github.com/metaperl/48cb69901b10a256960e I am getting a CallbackLookupError. Specifically, when I click Set Global Delimiter: https://gist.github.com/metaperl/48cb69901b10a256960e#file-gistfile1-py-L508 which is rendered in line 568 -