The setup.py file was missing the new data file in the installation script. Fixed, update and try again.
It's ironic because I added an automated test for the installation yesterday. I'll add running from the installation to the test. On Sat, Oct 11, 2014 at 11:49 PM, Wm... <[email protected]> wrote: > > following > > https://docs.google.com/document/d/1e44jtLyVRl2H2Pj4K3WUc66otAlTOFOc90-ts > rFEQdo/edit?pli=1# > > Beancount - Running & Reports to humans > > bean-check file-name > works on the sample data but > bean-query file-name balsheet > throws > === > Traceback (most recent call last): > File "/usr/local/bin/bean-query", line 2, in <module> > from beancount.scripts.query import main; main() > File "/usr/local/lib/python3.4/dist-packages/beancount/scripts/query.py", > line 221, in main > chosen_report.render(entries, errors, options_map, args.format, > outfile) > File "/usr/local/lib/python3.4/dist-packages/beancount/reports/report.py", > line 112, in render > result = render_method(entries, errors, options_map, outfile) > File "/usr/local/lib/python3.4/dist-packages/beancount/reports/report.py", > line 134, in render_html > template = get_html_template() > File "/usr/local/lib/python3.4/dist-packages/beancount/reports/report.py", > line 274, in get_html_template > return open(path.join(path.dirname(__file__), 'template.html')).read() > FileNotFoundError: [Errno 2] No such file or directory: > '/usr/local/lib/python3.4/dist-packages/beancount/reports/template.html' > === > > Hint: it helps people get going if the tutorial stuff works > > > -- > > --- You received this message because you are subscribed to the Google > Groups "Ledger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
