Re: [GNC-dev] Session creation fails in Python with TypeError

2020-07-06 Thread Peter Zimmerer
Hello, thank you too. Your PR looks much more comprehensive than mine. Regards, Peter Am 06.07.20 um 12:36 schrieb c.holterm...@gmx.de: > Hello, > > the mentioned pull request should fix this issue. Thank you for your > suggestion on github. > > regards, > > Christoph Holtermann

Re: [GNC-dev] Session creation fails in Python with TypeError

2020-07-06 Thread c . holtermann
Hello, the mentioned pull request should fix this issue. Thank you for your suggestion on github. regards, Christoph Holtermann Am 2020-06-30 19:11, schrieb Peter Zimmerer: Hi all, playing around with the Python bindings in GnuCash 4.0 I have got the following stack trace from example

[GNC-dev] Session creation fails in Python with TypeError

2020-06-30 Thread Peter Zimmerer
Hi all, playing around with the Python bindings in GnuCash 4.0 I have got the following stack trace from example script simple_book.py: uri: xml:///tmp/simple_book.gnucash Traceback (most recent call last): File "simple_book.py", line 14, in with Session(uri, is_new=True) as ses: File