[Pyparsing] Problem with .dump()
Brought to you by:
ptmcg
From: mlist @dslextreme.c. <ml...@ds...> - 2015-04-21 18:25:27
|
Thanks for all the help with my previous problem. Now I almost have it parsing everything I want, but I have a display problem. When I print result.track.dump(), instead of everything printing out nicely in a hierarchy, everything prints out as a list, i.e. [[ bunch o' data]]. I *had* it displaying correctly before, so I am sure that it has something to do with grouping or ResultNames. However, I haven't been able to fix the problem via trial and error. Since the script is rather long now, I pasted it to my pastern - Pastebin - pyparsing script <http://pastebin.com/u8XVEtxt> |