It looks like perhaps there's some recursion in the template expansion code, and the type is not propogating to the unicode object.
Any ideas? Anyone?
Is anyone else at least seeing a similar issue?
thanks, -Nick
Nick Triantos wrote:
Hi,
I'm running TMDA 1.0.3 with TMDA-CGI 0.13.
I occasionally get a crash when bringing up my pending list, whose signature is
AttributeError: 'unicode' object has no attribute 'Expand' args = ("'unicode' object has no attribute 'Expand'",)
from line 252 of Template.py, which looks like: 252 self.HTML[i].Expand(Dict)
I'm not familiar with the data structures of tmda-cgi. Does anyone who knows this tool have any quickie fixes for this problem?
Google/gmane/etc. searches don't turn up anything obvious.
Thanks, -Nick
_____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
