diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-15 20:10:49 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:21 -0400 |
commit | ce3491c99f089874725999ca6d8b1fb6a15c9e5e (patch) | |
tree | c48a2bf19a954c8103a02e26f9a1a490b8095268 /README | |
parent | 2eafddc91b8d7f0b7bdfd991acdc9e0b2295e304 (diff) | |
download | fork-ledger-ce3491c99f089874725999ca6d8b1fb6a15c9e5e.tar.gz fork-ledger-ce3491c99f089874725999ca6d8b1fb6a15c9e5e.tar.bz2 fork-ledger-ce3491c99f089874725999ca6d8b1fb6a15c9e5e.zip |
Removed Python integration support.
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -71,15 +71,3 @@ join the Ledger mailing list at the following Web address: You can also find help at the #ledger channel on the IRC server irc.freenode.net. - - -Building Ledger as a Python Module -================================== - -If you have Python 2.2 or higher installed, and Boost.Python, then -Ledger can also be built as a Python module if --enable-python is -passed to the configure script. This means you can interact with your -Ledger data from Python, making it easier to write custom reports. - -This feature is mostly undocumented in version 2.0, although main.py -gives a working example. |