Python bindings: Account.getName() raises TypeError

David Osguthorpe david.osguthorpe at gmail.com
Sun Mar 16 16:55:58 EDT 2014


this is one solution - which relates to the change between 2.4/2.6
and get_children()

    for child in original_parent_account.get_children():
        #original_account = Account(instance=child)
        original_account = child

but then theres another error

(note the new way is the way it should have worked originally - correctly pythonic)

David


More information about the gnucash-devel mailing list