Hi Oliver, My setup.py file was falling out-of-date, sorry about that. (I tend to use it in-place, so I don't always notice installation breaks.) I just pushed an update for it, it should work now. https://hg.furius.ca/public/beancount/rev/9268622a6c17
Thanks for reporting the issue, On Sun, Jun 8, 2014 at 6:15 PM, Oliver Payne <[email protected]> wrote: > Hi, > > [Sorry if this is off-topic, but this group appears to be the place to > discuss ledger variants.] > > I'm keen to try out Beancount but so far haven't managed to get it going > on Ubuntu 14.04. I'm a bit new to installation of Python packages, but > from the installation documentation I think the following should work: > > sudo python3 setup.py install > > However, this fails with an error: > > error: package directory 'src/python/beancount/sources' does not exist > > To try and understand the problem I tried commenting out > 'beancount.sources' from the packages list in setup.py. This leads to a > similar complaint about src/python/beancount/imports. Removing that allows > things to proceed a bit further (some C code gets compiled), but then: > > error: file '/home/olly/source_code/beancount/beancount/bin/bean-accounts' > does not exist > > This looks fundamental so I guess sources and imports were important > components! > > Can anyone give any pointers? I'm using python 3.4.0. > > Many thanks. > > -- > > --- > 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.
