Re: building recent git src with --prefix

2012-05-30 Thread John Wiegley
Andreas Reuleaux reuleaux-S0/gaf8t...@public.gmane.org writes: My commands for building ledger (3.0) from git used to be: [...] i. e. I passed the --prefix option to configure, because I wanted the resulting ledger executable and all its accompanying support files to live in /opt/ledger.

Re: Getting start with Ledger and Python

2012-05-30 Thread John Wiegley
Tim Crews tim-QJ3Fn9itRil4wfmgmkLWVgC/g2k4z...@public.gmane.org writes: I've been reviewing the entire Python API with an eye towards putting together an equivalent RESTful web API (see other post), and in the process I think I see a few other functions that might be more Pythonic if they

Re: Getting start with Ledger and Python

2012-05-30 Thread Stefan Tunsch
Hi! I am a Python developer, also interested in developing a good interface from Python to ledger. I have also taken a look at projects like beancount, who are reimplementations of ledger in Python, but I would prefer to stick to the original project. That said, I am willing to invest time

Re: Getting start with Ledger and Python

2012-05-30 Thread Tim Crews
On Wednesday, May 30, 2012 1:46:49 AM UTC-7, stunsch wrote: I am willing to invest time developing this. So Tim and John, if you need help, let's team up and see if we can get this going. Regards, Stefan Tunsch I have some down-time, I love to write Python, I am good at C++, and I

Re: Getting start with Ledger and Python

2012-05-30 Thread Christopher Allan Webber
Tim Crews t...@code-affinity.com writes: On Wednesday, May 30, 2012 1:34:07 AM UTC-7, JohnW wrote: If you think we can get to where we want with Python + Javascript, then I can be talked away from trying to develop a full RESTful API. John I hope I'm not displaying my

Re: Getting start with Ledger and Python

2012-05-30 Thread Simon Michael
On 5/30/12 9:17 AM, Tim Crews wrote: Any feedback? This is excellent work Tim. Until more help shows up maybe you could pick just a small subset of the API to polish, so you can get to the segfault/terminal issues and then some fun and motivating demo ?

Re: RESTful web service API to Ledger

2012-05-30 Thread Tim Crews
On Wednesday, May 30, 2012 12:38:41 PM UTC-7, Simon Michael (sm) wrote: PS or you just forget about the editable text format for this application and store things in a db, by selecting a different backend storage option or doing a one-time conversion. Supporting different storage back

Re: Ledger has switched to CMake

2012-05-30 Thread thierry
On Sunday, May 27, 2012 2:08:35 AM UTC+2, Matthew Palmer wrote: On Sat, May 26, 2012 at 02:12:39PM -0700, thierry wrote: Here are my attempts : - ledger from source, boost 1.49 from source, cmake 2.8.8 from source -- SUCCESS - ledger from source, boost 1.49 from source,