Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing the scm path #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

fixing the scm path #6

wants to merge 4 commits into from

Conversation

alensiljak
Copy link

Adjusting the .scm file path so that the report is found by GnuCash. Resolves #4.

@alensiljak
Copy link
Author

Tested on a blank profile and settings. The reports now show in GnuCash on Windows after placing them in the correct folders and running gc_report.

@sdementen
Copy link
Owner

isn't there also an issue with the \ or / in the python interpreter path ?

@alensiljak
Copy link
Author

alensiljak commented Nov 20, 2017

What do you mean?
Somehow, for me the reports work only if

  • config.user contains double forward slashes
(load (gnc-build-dotgnucash-path "report_book//report_book.scm"))
  • generated .scm file contains double backslashes
(list "d:\\lib\\python36-32\\pythonw.exe"
                           (gnc-build-dotgnucash-path "report_book\\report_book.py")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants