Re: [PATCH] Python bindings example scripts using Transaction.BeginEdit()

2010-08-04 Thread Geert Janssens
On Tuesday 3 August 2010, Mark Jenkins wrote: > Attached is a patch which updates the python bindings example scripts to > use Transaction.BeginEdit() and Transaction.CommitEdit(). Doing so > allows these examples scripts to run without a bunch of warnings to > stderr from GnuCash as they did befo

[PATCH] Python bindings example scripts using Transaction.BeginEdit()

2010-08-02 Thread Mark Jenkins
Attached is a patch which updates the python bindings example scripts to use Transaction.BeginEdit() and Transaction.CommitEdit(). Doing so allows these examples scripts to run without a bunch of warnings to stderr from GnuCash as they did before. apply with patch -p0 Mark Jenkins Member ParIT W

Re: [PATCH] python bindings example scripts

2010-06-09 Thread Geert Janssens
On Wednesday 9 June 2010, Mike Evans wrote: > On Wednesday June 9 2010 03:34:47 Mark Jenkins wrote: > > Mark Jenkins wrote: > > > Attached is a patch that adds three example python bindings scripts. > > > > I also updated the make file to distribute these in the tarballs created > > with make dist,

Re: [PATCH] python bindings example scripts

2010-06-09 Thread Mike Evans
On Wednesday June 9 2010 03:34:47 Mark Jenkins wrote: > Mark Jenkins wrote: > > Attached is a patch that adds three example python bindings scripts. > > I also updated the make file to distribute these in the tarballs created > with make dist, but I didn't test out running make dist. If I had, I >

Re: [PATCH] python bindings example scripts

2010-06-08 Thread Mark Jenkins
Mark Jenkins wrote: Attached is a patch that adds three example python bindings scripts. I also updated the make file to distribute these in the tarballs created with make dist, but I didn't test out running make dist. If I had, I would of noticed that there was extra spacing in one of my new

[PATCH] python bindings example scripts

2010-06-08 Thread Mark Jenkins
Attached is a patch that adds three example python bindings scripts. - simple_sqlite_create.py shows a simple creation of an sqlite3 gnucash file - account_analysis.py is an auditing tool that shows the debits and credits on an account in specified periods in CSV format - new_book_with_opening_bal