Re: [GNC] Python script can't read Gnucash files

2024-11-30 Thread John Haiducek
(make that Gnucash 5.9) On Sat, Nov 30, 2024 at 10:13 PM John Haiducek wrote: > Thanks Brad and Jim, > > You're right, this isn't the latest Fedora release and I'm due for an > upgrade. > > But...I saw this evening that a new version of the Gnucash 3.9 package was > available, with the changelog

Re: [GNC] Python script can't read Gnucash files

2024-11-30 Thread John Haiducek
Thanks Brad and Jim, You're right, this isn't the latest Fedora release and I'm due for an upgrade. But...I saw this evening that a new version of the Gnucash 3.9 package was available, with the changelog entry "Patch for Python accounting file bug." I installed the update and my script works aga

Re: [GNC] Python script can't read Gnucash files

2024-11-30 Thread Jim DeLaHunt
John: On 2024-11-30 10:55, John Haiducek wrote: Hi, A Python script I've been using with Gnucash recently stopped working, and is no longer able to read files that could be read previously with the same script. The script can open Gnucash XML files, but it doesn't find the accounts in them. The

Re: [GNC] Python script can't read Gnucash files

2024-11-30 Thread Brad Morrison
Hi John/GnuCash users, https://fedoraproject.org/ - it looks like the current version of Fedora is 41 (not 39), but I do not know if that plays a role in the issues you are describing...? What version of Python are you using? https://www.python.org/downloads/ - it looks like the current version

[GNC] Python script can't read Gnucash files

2024-11-30 Thread John Haiducek
Hi, A Python script I've been using with Gnucash recently stopped working, and is no longer able to read files that could be read previously with the same script. The script can open Gnucash XML files, but it doesn't find the accounts in them. The script uses the official Gnucash Python API. Both