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 = segmentation fault)

with the script and the python interpreter dying.

regards,

Christoph Holtermann

_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to