summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-02-15 20:10:49 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:21 -0400
commitce3491c99f089874725999ca6d8b1fb6a15c9e5e (patch)
treec48a2bf19a954c8103a02e26f9a1a490b8095268 /README
parent2eafddc91b8d7f0b7bdfd991acdc9e0b2295e304 (diff)
downloadfork-ledger-ce3491c99f089874725999ca6d8b1fb6a15c9e5e.tar.gz
fork-ledger-ce3491c99f089874725999ca6d8b1fb6a15c9e5e.tar.bz2
fork-ledger-ce3491c99f089874725999ca6d8b1fb6a15c9e5e.zip
Removed Python integration support.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 0 insertions, 12 deletions
diff --git a/README b/README
index 69213ddf..8a2406d9 100644
--- a/README
+++ b/README
@@ -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.