Re: Loss of business data running a python script to manipulate gnucash data.

2010-04-04 Thread Geert Janssens
On Sunday 4 April 2010, Marcus Wolschon wrote: > On Thu, Apr 1, 2010 at 4:57 PM, Christian Stimming wrote: > > I don't know exactly where this has to be fixed, but it will be somewhere > > where the gnucash modules are initialized... > > If that´s the case that it > 1) does not initialize itself

Re: Loss of business data running a python script to manipulate gnucash data.

2010-04-03 Thread Marcus Wolschon
On Thu, Apr 1, 2010 at 4:57 PM, Christian Stimming wrote: > > I don't know exactly where this has to be fixed, but it will be somewhere > where the gnucash modules are initialized... If that´s the case that it 1) does not initialize itself automatically on first use BUT 2) allows to be used in an

Re: Loss of business data running a python script to manipulate gnucash data.

2010-04-01 Thread Christian Stimming
Zitat von Mike Evans : Now that I understand that a bit better and having compiled and installed with python bindings. I have another problem. Running the simplest possible test program: ... I find all the Customer, Vendor and Invoice data are missing from the database after running. Loo