Re: python-bindings: Transaction.destroy() and Split.destroy() fail

2011-05-30 Thread Christoph Holtermann
Hello ! After trying some more i found that the fault was on my side. I have a script which loads an environment with a certain session, book etc. and i have a function to reload that. The reloading did not take place correctly. Maybe i didn't closes the first session in a correct way ? Anyway: Wh

python-bindings: Transaction.destroy() and Split.destroy() fail

2011-05-26 Thread Christoph Holtermann
Hello ! Has someone of you ever tried to remove a transaction or split via python-bindings ? My simple approaches split_list=Account.GetSplitList() split=split_list[-1] split.Destroy() or transaction=split.GetParent() transaction.Destroy() both lead to "Speicherzugriffsfehler" (english = segm