Re: New beancount user, v2 or v3 in 2022?

2022-04-07 Thread Stefano Mihai Canta
Thank you! I had those changes already, but I don't have a fix for this one yet. from beancount.utils.text_utils import replace_numbers ModuleNotFoundError: No module named 'beancount.utils.text_utils' On Thu, Apr 7, 2022 at 1:14 PM Ben Blount wrote: > Here you go. My process was just to

Re: New beancount user, v2 or v3 in 2022?

2022-04-07 Thread Ben Blount
Here you go. My process was just to attempt running Fava and fix imports until it works. diff --git a/src/fava/core/ingest.py b/src/fava/core/ingest.py index d94a8bce..7d483bbf 100644 --- a/src/fava/core/ingest.py +++ b/src/fava/core/ingest.py @@ -14,9 +14,9 @@ from typing import Tuple from

Re: New beancount user, v2 or v3 in 2022?

2022-04-07 Thread cantas...@gmail.com
Hi, You mention here you required some changes to import names in fava. Can you please share your changes? Does v3 support multiple includes without having to repeat options in each file? Thanks! On Tuesday, February 8, 2022 at 1:06:45 PM UTC-6 b...@bben.us wrote: > Fava, importers, and