Hi Ivanov, You need to install dateutil for Python3. It's here: https://labix.org/python-dateutil
See this document for more instructions: http://furius.ca/beancount/doc/install I don't know what you have available in terms of package management (under Ubuntu there's a python3-dateutil package available). In any case you should be able to install it using pip3; you could also build it from source. Cheers, On Wed, Feb 18, 2015 at 11:28 AM, Ivanov Dmitry <[email protected]> wrote: > I tried to install beancount on Linux Slackware. But got an error: > > /beancount/bin$ ./bean-example > Traceback (most recent call last): > File "./bean-example", line 2, in <module> > from beancount.scripts.example import main; main() > File "/usr/lib/python3.3/site-packages/beancount/scripts/example.py", > line 26, in <module> > from dateutil import rrule > ImportError: No module named 'dateutil' > > Where to get this module? I installed one, but it seems to be for Python 2. > > -- > > --- > 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.
