>>>>> Raphael Lorenzeto >>>>> <[email protected]> writes:
> Thanks! I managed to compile with the --python passed to acprep but I get > the following error while trying to execute the examples shown on this post: > ./ledger/ledger python ledger-script.py Traceback (most recent call last): > File "ledger-script.py", line 6, in <module> > for post in post.xact.posts: > TypeError: 'instancemethod' object is not iterable Abort trap: 6 It should be post.xacts.posts, I believe. John
