Hi; I'm trying to run gnucash2ledger.py in Python3, already typed import gnucash, I'm getting this error:
Traceback (most recent call last):
File "gnucash2ledger.py", line 34, in
data = gnucash.read_file(sys.argv[1])
AttributeError: module 'gnucash' has no attribute 'read_file'
how should I proceed? Help me plz
Thanks in advance.
Hi; I'm trying to run gnucash2ledger.py in Python3, already typed import gnucash, I'm getting this error:
Traceback (most recent call last):
File "gnucash2ledger.py", line 34, in
data = gnucash.read_file(sys.argv[1])
AttributeError: module 'gnucash' has no attribute 'read_file'
how should I proceed? Help me plz
Thanks in advance.