Dear all,

sorry that I turn this into python tutorial, but I will appreciate if 
somebody can at least forward me to a right direction

If I look at the file parser.py 
<https://github.com/beancount/beancount/blob/4f261ce5a6590fc580cd3c7de040c240c93b9fb4/beancount/parser/parser.py#L118>
 it 
contains the following line (118):

from beancount.parser import _parser

However I do not see any _parser.py in the beancount/beancount/parser/ 
<https://github.com/beancount/beancount/tree/4f261ce5a6590fc580cd3c7de040c240c93b9fb4/beancount/parser>
 directory

I stumbled across this, because I tried to debug bean-report with PyCharm 
to see how it works, but I get an error

 
File "C:\_code\py\test\beanc\beancount\beancount\parser\parser.py", line 118
, in <module>
    from beancount.parser import _parser
ImportError: cannot import name '_parser' from 'beancount.parser' (C:\_code\
py\test\beanc\beancount\beancount\parser\__init__.py)

when however I run bean-report directly from command prompt, I don't get 
the error.

So, I am a bit lost





-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/ffcbea34-dc44-4dca-ab9b-6abb211d0bbbo%40googlegroups.com.

Reply via email to