Re: [GNC] piecharts/linecharts turned blank in reports after upgrade

2021-07-18 Thread John Ralls
Dong Lin, You've already demonstrated that the problem doesn't happen on 3.11 so there's no point going backwards in 3.x. According to https://repology.org/project/gnucash/versions Ubuntu 21.04 provides GnuCash 4.5. I suggest that you clean up your system and install GnuCash 4.4 from apt. If

Re: [GNC] piecharts/linecharts turned blank in reports after upgrade

2021-07-18 Thread Dong Lin via gnucash-user
Thanks for the instructions John. I tried it on a Ubuntu 20.04 system with no GNC installed. The problem still exists in 4.x. It seems the 3.x stable branch works. The issue happens in the unstable branch only. I also tried running 4.x on a Mac, I can see the plot. Not sure if the issue is

Re: [GNC] Can anyone help with this issue please - GNC-FQ Not able to collect data

2021-07-18 Thread Chris Good
Hi David, >From memory Finance::Quote 1.51 is broken and the nice maintainer is working on 1.52. The problems were to do with missing dependencies for some cpan modules. In the meantime you might try, from a cmd.exe window: cpan upgrade to upgrades all modules. Note that the correct syntax to

Re: [GNC] Python Error

2021-07-18 Thread David Cousens
Robin Did you build GnuCash from source or use the flatpack? If the former did you include the switch "-DWITH_PYTHON=ON" in the cmake command when building? David Cousens On Sun, 2021-07-18 at 17:29 -0500, Robin Chattopadhyay wrote: > Ubuntu 20.04 LTS > Gnucash 4.6 > > After upgrading to 4.6

[GNC] Python Error

2021-07-18 Thread Robin Chattopadhyay
Ubuntu 20.04 LTS Gnucash 4.6 After upgrading to 4.6 my Python script broke and I'm not sure what to do to fix it. It's failing at "import gnucash" with: Traceback (most recent call last): File "/home/robin/.local/lib/python3.8/site-packages/gnucash/gnucash_core_c.py", line 14, in

Re: [GNC] piecharts/linecharts turned blank in reports after upgrade

2021-07-18 Thread John Ralls
It turns out that bisecting between 63232f and 8024f4 flat won't work, they're on different branches. 63232f is on the 3.x branch which is why it works. 2c637a is from 2019 where the master branch splits off from the maint branch (we had a pull request merge mishap at aa53c23 that temporarily

Re: [GNC] Can anyone help with this issue please - GNC-FQ Not able to collect data

2021-07-18 Thread John Ralls
Currency quotes work differently from stock quotes because forex markets operate differently from stock exchanges. A particular stock symbol on any one price source is unique and quoted in a single currency so only the symbol is needed to retrieve the quote. Forex markets quote exchange rates

Re: [GNC] Can anyone help with this issue please - GNC-FQ Not able to collect data

2021-07-18 Thread david.rom...@davidjromano.com
Thanks Geoff, yes I think I did though I will recheck this. I've also tried this with an alternative key in case the first was the problem. David Sent from my iPhone > On 18 Jul 2021, at 13:55, Geoff wrote: > > Hi David > > Did you remember to set your alphavantage key as an environment

[GNC] (no subject)

2021-07-18 Thread ennio maresca
Conferm ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see

Re: [GNC] Can anyone help with this issue please - GNC-FQ Not able to collect data

2021-07-18 Thread Geoff
Hi David Did you remember to set your alphavantage key as an environment variable when testing with Perl from the command line? Can you try this: C:\Program Files (x86)\gnucash\bin>set ALPHAVANTAGE_API_KEY=__Your_Actual_Key__ C:\Program Files (x86)\gnucash\bin>echo %ALPHAVANTAGE_API_KEY%

[GNC] Can anyone help with this issue please - GNC-FQ Not able to collect data

2021-07-18 Thread david.romano
I'm having a problem with GNC-FQ not being able to retrieve currency data for the GBP / EUR currency pair. I had previously used FQ back when the data source was Yahoo, but when the Yahoo died I stopped using it. I now need to pick up GBP and EUR rates so I've installed the components

[GNC] Use Piecash to Import Transactions Creating Account Structure

2021-07-18 Thread flywire
I previously mentioned piecash will easily import csv transactions. It also creates the account structure in the process. piecash is a GnuCash compatible python library. It doesn't use GnuCash but creates files that are compatible with GnuCash. piecash is an alternative to the python bindings