Re: [GNC] previous issue with gnucash-cli on macOS

2025-01-02 Thread gnucash
Is solved!! Note the command I am using does not have the "file:" in it, because it fails when that is included. Thanks to everybody involved. Ken On 12/31/24 9:08 PM, gnuc...@kcburns.com wrote: Jim DeLaHunt, I think you have a BINGO! Last login: Tue Dec 31 15:47:12 on ttys000 kcburns

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-31 Thread gnucash
Jim DeLaHunt, I think you have a BINGO! Last login: Tue Dec 31 15:47:12 on ttys000 kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/MacOS/gnucash-cli -Q get /Users/kcburns/GnuCash/KCBurns.gnucash Application Path /Applications/GnuCash.app/Contents/MacOS/gnucash-cli Found Finance::Quote ve

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-31 Thread Jim DeLaHunt
Hello, KCBurns: On 2024-12-31 12:52, gnuc...@kcburns.com wrote: Last login: Tue Dec 31 15:24:15 on console kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/MacOS/gnucash-cli -Q get /Users/kcburns/GnuCash/KCBurns.gnucash Application Path /Applications/GnuCash.app/Contents/MacOS/gnucash-cl

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-31 Thread gnucash
Sherlock, I don't care whether I user a URI with a scheme, I just want something that works. Ken kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/MacOS/gnucash-cli -Q get file:///Users/kcburns/GnuCash/KCBurns.gnucash Application Path /Applications/GnuCash.app/Contents/MacOS/gnucash-cli

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-31 Thread gnucash
Last login: Tue Dec 31 15:24:15 on console kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/MacOS/gnucash-cli -Q get /Users/kcburns/GnuCash/KCBurns.gnucash Application Path /Applications/GnuCash.app/Contents/MacOS/gnucash-cli Missing data file parameter gnucash-cli [options] [datafile] -

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread Sherlock
Ken, If you insist on using a URI with a scheme, try: /Applications/GnuCash.app/Contents/MacOS/gnucash-cli -Q get file:///Users/kcburns/GnuCash/KCBurns.gnucash Note: Three slashes after file: Regards, Sherlock On 12/30/24 7:07 PM, Sherlock wrote: Ken, Try: /Applications/GnuCash.app/Con

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread John Ralls
You’d think so. Whoever wrote Apple’s dlopen apparently disagrees. Regards, John Ralls > On Dec 30, 2024, at 17:27, Peter West wrote: > > I’m curious. Aren’t Mac file systems still defaulting to case-preserving? (I > have set mine up to be case-sensitive.) Shouldn’t a case-preserving file >

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread Sherlock
Ken, Try: /Applications/GnuCash.app/Contents/MacOS/gnucash-cli -Q get /Users/kcburns/GnuCash/KCBurns.gnucash Regards, Sherlock On 12/30/24 6:14 PM, gnuc...@kcburns.com wrote: I am using zsh and default XML storage. Last login: Mon Dec 30 20:33:37 on ttys001 kcburns@Mac001 ~ % ls /Users/k

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread gnucash
I am using zsh and default XML storage. Last login: Mon Dec 30 20:33:37 on ttys001 kcburns@Mac001 ~ % ls /Users/kcburns/GnuCash/KCBurns.gnucash /Users/kcburns/GnuCash/KCBurns.gnucash kcburns@Mac001 ~ % kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/macOS/gnucash-cli -Q get file:/Users/kc

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread Peter West via gnucash-user
I’m curious. Aren’t Mac file systems still defaulting to case-preserving? (I have set mine up to be case-sensitive.) Shouldn’t a case-preserving file system find ‘macOS’ and ‘MacOS’ no matter what the case? — Peter West p...@pbw.id.au `“And this will be a sign for you: you will find a baby wrapp

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread John Ralls
Ken, You wrote > Issue appears to be MacOS vs macOS when call > 'dlopen(/Applications/Gnucash.app/Contents/macOS/lib/gnucash/libgncmod-backend-dbi.dylib, > 0x0009)' > > Get Quotes from the Price Database window works fine. > In your original post. As I explained in https://lists.gnucash.org/

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread gnucash
Sherlock, I don't think so. As with the previous poster; I get gnucash-cli to run, but it can't find the files within the GnuCash program it needs to successfully complete. Thanks for the feedback, Ken On 12/30/2024 5:32 PM, gnucash-user-requ...@gnucash.org wrote: Ken, If it is the sam

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread Sherlock
Ken, If it is the same issue, the fix should be the same: invoke gnucash-cli using MacOS in the path not macOS. Regards, Sherlock On 12/30/24 10:41 AM, gnuc...@kcburns.com wrote: My environment: MacBook Pro, M4 (aarch) macOS Sequoia 15.2 GnuCash 5.10+(2024-12-14) downloaded from SourceForg