Re: [GNC] QIF imports fails in 5.6

2024-05-02 Thread Doug
Luckily, OXF & CSV still work. bit more stuffing around, but actually easier to view what is happening. You need to tell the import the account on CSV, but it seems easier to select the accounts that I am transferring to so I might continue using csv imports. regards, Doug (long, long time

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Kalpesh Patel
That is possible that there is no depend target in the make file. Just curious how you built/get the make file for it? Nonetheless as Bruce mentioned, something is amiss with your Perl install. At minimum, install perl-CPAN module using dnf package manager (which I believe is the OS package

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Bruce Schuck
On Apr 30, 2024 at 22:59:34 EDT I wrote: A new module for US traded stocks, StockData.pm, with default method "stockdata". This requires an API token from https://www.stockdata.org/. If passed in as an environment variable, set "STOCKDATA_API_KEY" to your token. Once installed "perldoc

Re: [GNC] Delay during data entry

2024-05-02 Thread R Losey
Yes, when I saw the 128G RAM, I confess to some feelings of jealousy. On Thu, May 2, 2024 at 3:50 AM WR D wrote: > 128GB of ram? Can I assume you actually mean disk storage, not "RAM", or > that's one beast of a machine. > > I use the default install of Gnucash for windows (latest stable

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Bruce Schuck
On 5/2/24 8:38 AM, Fred Tydeman wrote: perl -MCPAN -e shell gets Can't locate CPAN.pm This is Fedora Linux 40 (the most recent) I find it odd that your system *ever* had Finance::Quote installed, as the GnuCash utility to install the F::Q module depends on CPAN. Which also explains why

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Fred Tydeman
make depend fails (as there is no 'depend' target in the makefile). On Thu, May 2, 2024 at 6:16 AM Kalpesh Patel wrote: > If you are installing it into the system installed perl, which most likely > you are doing so with a su switch user utility, then correct way to do so > would be to: > > #

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Fred Tydeman
perl -MCPAN -e shell gets Can't locate CPAN.pm This is Fedora Linux 40 (the most recent) perl -v gets 5.38.2 dnf list perl*CPAN* gets lots of hits (so it is available). On Thu, May 2, 2024 at 6:04 AM Kalpesh Patel wrote: > "Gets nothing on my linux." sounds like those modules have not been

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Kalpesh Patel
If you are installing it into the system installed perl, which most likely you are doing so with a su switch user utility, then correct way to do so would be to: # sudo su - # cd # make depend # make # make test # make install # make clean (space and then followed by a dash is important on

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Kalpesh Patel
"Gets nothing on my linux." sounds like those modules have not been initialized as your system is NOT running in an "island" configuration since sudo make install works. This might possibly be an outbound firewall issue although if wget and/or curl works then not. Run following: perl -MCPAN -e

Re: [GNC] Delay during data entry

2024-05-02 Thread WR D
128GB of ram? Can I assume you actually mean disk storage, not "RAM", or that's one beast of a machine. I use the default install of Gnucash for windows (latest stable version) - my local drives are NVME M.2 - so reasonably fast to boot up typically. My Gnucash file is 3.5MB and my Win 11

Re: [GNC] Delay during data entry

2024-05-02 Thread AC
On the machine running Gnucash it's a Win 10 with 128 GB of RAM. I'm using version 4.12 with build ID 4.12+2022-09-24. According to the system profiler the entire Gnucash process is occupying about 175 MB working set RAM (physical in use), 119 MB active primary RAM (physical unable to be used