Re: Website Links

2010-08-02 Thread John Ralls
On Aug 2, 2010, at 1:26 PM, Geert Janssens wrote: > On Monday 2 August 2010, John Ralls wrote: >> Could someone with write privs to the website update the download link for >> OSX Intel stable to 2.2.9.5? >> > I just did this. > >> Also, the online manual and guide seem to be for 2.0; it should

[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: Release 2.3.15 soon? What's still missing for 2.4.0?

2010-08-02 Thread Phil Longstaff
On Mon, 2010-08-02 at 13:15 -0700, J. Alex Aycinena wrote: > > -- Forwarded message -- > > From: Phil Longstaff > > To: Christian Stimming > > Date: Sun, 01 Aug 2010 18:01:45 -0400 > > Subject: Re: Release 2.3.15 soon? What's still missing for 2.4.0? > > On Thu, 2010-07-29 at 22:2

Re: Website Links

2010-08-02 Thread Geert Janssens
On Monday 2 August 2010, John Ralls wrote: > Could someone with write privs to the website update the download link for > OSX Intel stable to 2.2.9.5? > I just did this. > Also, the online manual and guide seem to be for 2.0; it should be updated > to 2.2. > The manual and guide *are* for 2.0.

Latest OS X stable link on website (was: Re: Cannot open)

2010-08-02 Thread Geert Janssens
On Monday 2 August 2010, John Ralls wrote: > No, the latest is 2.2.9.5, though the link on the gnucash website is for > 2.2.9.4. > I didn't notice this new release. I have updated the version of OS X/Quartz/Intel on the website. Geert ___ gnucash-deve

Re: Release 2.3.15 soon? What's still missing for 2.4.0?

2010-08-02 Thread J. Alex Aycinena
> -- Forwarded message -- > From: Phil Longstaff > To: Christian Stimming > Date: Sun, 01 Aug 2010 18:01:45 -0400 > Subject: Re: Release 2.3.15 soon? What's still missing for 2.4.0? > On Thu, 2010-07-29 at 22:20 +0200, Christian Stimming wrote: >> Dear all, >> >> what about a 2.3.

Website Links

2010-08-02 Thread John Ralls
Could someone with write privs to the website update the download link for OSX Intel stable to 2.2.9.5? Also, the online manual and guide seem to be for 2.0; it should be updated to 2.2. Regards, John Ralls ___ gnucash-devel mailing list gnucash-dev

Re: Cannot open

2010-08-02 Thread John Ralls
On Jul 29, 2010, at 2:22 PM, hawki wrote: > > The source forge latest is 2.2.9.4 for Intel > > I don't know enough to do anything but download and double click. This used > to work fine, but mysteriously my gnucash will no longer open, but rather I > get an OS message "Type your password to all

Re: Python bindings, Transactions, warnings and crashes

2010-08-02 Thread Mark Jenkins
Daniele Varrazzo : > I have an issue with the transactions creation: if I add splits to the > transaction before setting the currency I get a few warnings: > > * 18:04:09 CRIT [xaccTransScrubSplits()] Transaction > doesn't have a currency! > * 18:04:09 CRIT > [xaccScrubUtilityGetOrMakeAcco

Re: [PATCH] Python Bindings Transaction Imbalance

2010-08-02 Thread Mark Jenkins
Mark Jenkins wrote: > Attached is a patch which fixes the python bindings support for > Transaction.GetImbalance() [xaccTransGetImbalance() ] . Ooops, it had one error in it. I made the mistake of testing, making one small "harmless" documentation change, and generating the patch after that. New

Questions about Python bindings

2010-08-02 Thread Daniele Varrazzo
Hello, I'm writing a few tools to generate GnuCash transactions from our database and I'm using the Python bindings to script GnuCash. I have an issue with the transactions creation: if I add splits to the transaction before setting the currency I get a few warnings: * 18:04:09 CRIT [xaccTra

RE: Patch update #2

2010-08-02 Thread Thomas Bullock
Thanks, Mike. Your fix cleared up all the appendix D issues. Tom -Original Message- From: Mike Alexander [mailto:m...@umich.edu] Sent: Monday, August 02, 2010 12:10 PM To: Thomas Bullock; gnucash-devel@gnucash.org Subject: Re: Patch update #2 --On August 2, 2010 11:18:07 AM -0400 Tho

Re: Cannot open

2010-08-02 Thread hawki
The source forge latest is 2.2.9.4 for Intel I don't know enough to do anything but download and double click. This used to work fine, but mysteriously my gnucash will no longer open, but rather I get an OS message "Type your password to allow osascript to make changes". If I do this nothing se

Re: Patch update #2

2010-08-02 Thread Mike Alexander
--On August 2, 2010 11:18:07 AM -0400 Thomas Bullock wrote: Per Derek's suggestion that I send a weekly progress report: 1) Using Christian's instruction about disclosing errors (xmllint -valid -noout gnucash-guide.xml), I found several errors. 2) Am working on fixing my errors 3

[PATCH] Python Bindings Transaction Imbalance

2010-08-02 Thread Mark Jenkins
Attached is a patch which fixes the python bindings support for Transaction.GetImbalance() [xaccTransGetImbalance() ] . Right now the value returned by the underlying C function is wrapped around GncNumeric, whereas the C API has since changed to return MonetaryList *. This patch adds support for

Patch update #2

2010-08-02 Thread Thomas Bullock
Per Derek's suggestion that I send a weekly progress report: 1) Using Christian's instruction about disclosing errors (xmllint -valid -noout gnucash-guide.xml), I found several errors. 2) Am working on fixing my errors 3) Also discovered that AppendixD of the guide has several e