On Tue, Oct 5, 2010 at 6:45 PM, Peter von Kaehne <[email protected]> wrote: > On 05/10/10 17:30, Caleb Barr wrote: >> Hi all, >> >> Brand new here -- I'd like to get at some of this data, but I don't know >> C++. I heard rumors that there was a way to do it with Python? > > There are bindings.
Here's a sample of how to configure them for building: http://www.crosswire.org/wiki/DevTools:CMake#Bash_or_other_command-line_tool.2C_probably_Unix.2FLinux_environment You would then have to CD into the directory where they are built: <build tree>/bindings/swig/python (I think) and do 'sudo python setup.py install" and that should get it done. --Greg _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
