Stefano Zacchiroli <[email protected]> writes: > On Wed, Jan 07, 2015 at 06:05:34AM -0700, Craig Earls wrote: >> Thanks. I finally hit the right Google search that found that tidbit. > > It seems to me that the discussion about how to build Python bindings is > fairly recurrent on this list, and not always conclusively. Maybe there > is room for some README/documentation improvements about how to build > them? Detailed instructions on how to *install* the bindings so that > "import ledger" works with the system Python interpreter (as opposed to > "ledger python") would be particularly welcome.
Robust instructions for installation are beyond me, but you can use the python bindings in-place with PYTHONPATH=/path/to/ledger/directory python (where /path/to/ledger/directory is to the place where ledger.so exists) Best, Christophe -- --- 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.
