Hello, I'm trying to install ledger from source (using the master branch on github), and when building with the Python bindings it doesn't seem to be installing the bindings correctly.
After an unsuccessful install, I ran this series of commands from the source dir. $ ./acprep --python dependencies $ ./acprep clean $ rm CMakeCache.txt $ ./acprep --python --debug update $ sudo make install After this, when I try to run 'ledger python', I get an error $ ledger python Error: Unrecognized command 'python' Can anyone give me any idea of what's not working? I talked to John Wiegley on IRC, and he suggested that acprep was not finding my boost library, and that I should write the list. The output of my acprep update command is here: https://gist.github.com/anonymous/f8485075c8bce571bb58 I'm running Ubuntu Trusty. Please let me know if there's any more information I need to provide. Thanks, Tim -- --- 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.
