On Monday, June 17, 2013 9:00:27 AM UTC-7, Martin Blais wrote: > > Is there any specific reason that ledger can't be built as a Python > extension module? > Something specific at static initialization? > > > Martin:
I may have been wrong about the claim that you cannot directly import ledger from a standalone Python script. John Wiegley indicated otherwise in this post: https://groups.google.com/d/msg/ledger-cli/1Jeizqr9A7M/Irum7QIfHvIJ . In that post, he said that you would have to add something to your PYTHONPATH to make it work. I don't know what this would be. There is nothing that looks like a ledger Python package or extension module in the ledger source tree or build output (i.e. no directory named "ledger" with a file named __init__.py, and no DLL file with the name "ledger.dll"). Tim Crews -- --- 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/groups/opt_out.
