Re: Python bindings: patch, documentation, examples

2014-05-09 Thread mshapiro
David Osguthorpe wrote I have a very hacky implementation in gnucash to call python from guile and return results to guile - I found existing libraries to do both (no updates to gnucash required - just a user prototype.scm file) Can you post what libraries you used, where you got them, how to

Building on Windows from scratch, enable-python and some install-impl.sh vs custom.sh suggestions

2014-05-09 Thread Wm Tarr
I'm working my way through getting python enabled with Windows from scratch. Before anyone gets too excited it is early days but building on Geert's work makes a lot more sense than previous methods to me. Unless I've missed something we're going to need a way of passing --enable-python and

Re: Building on Windows - status update

2014-05-09 Thread Wm Tarr
On 07/05/2014 15:36, Geert Janssens wrote: On Wednesday 07 May 2014 16:12:36 Geert Janssens wrote: Other thoughts: As things are changing fairly quickly at the moment is the presumption in bootstrap_win_dev.vbs that I've got both gnucash-on-windows.git gnucash.git a good sign that they don't

Re: GnuCash at Open Help?

2014-05-09 Thread Wm Tarr
On 07/05/2014 22:56, John Ralls wrote: On May 7, 2014, at 1:14 PM, Ekaterina Gerasimova kittykat3...@gmail.com wrote: Hi, I'm not sure if you're the right person to talk to about user help in GnuCash (documentation, mailing lists and other forms), so I would appreciate it if you could point

Re: Building on Windows - status update

2014-05-09 Thread Geert Janssens
On Friday 09 May 2014 17:18:19 Wm Tarr wrote: If you really want automatic updates you could run build_daily.sh in the buildserver directory instead of install.sh/dist.sh. This script is written to build the most recent version of gnucash completely unattended at regular intervals and will

Re: RESULT!

2014-05-09 Thread Derek Atkins
Phil Longstaff phil.longst...@gmail.com writes: Isn't this what the PRIxxx macros in inttypes.h are for? Possibly... :) -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL:

Re: Python bindings: patch, documentation, examples

2014-05-09 Thread David Osguthorpe
On Thu, May 08, 2014 at 11:47:34PM -0700, mshapiro wrote: David Osguthorpe wrote I have a very hacky implementation in gnucash to call python from guile and return results to guile - I found existing libraries to do both (no updates to gnucash required - just a user prototype.scm file)