Skip to content

Instantly share code, notes, and snippets.

@waltman
Created August 15, 2015 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waltman/c210b440898d7e2d60e9 to your computer and use it in GitHub Desktop.
Save waltman/c210b440898d7e2d60e9 to your computer and use it in GitHub Desktop.
Errors and warnings starting gnucash
$ gnucash
;;; note: source file /usr/share/guile/2.0/language/tree-il.scm
;;; newer than compiled /usr/lib/i386-linux-gnu/guile/2.0/ccache/language/tree-il.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /usr/share/guile/2.0/language/tree-il.scm
;;; WARNING: compilation of /usr/share/guile/2.0/language/tree-il.scm failed:
;;; ERROR: no such language scheme
;;; note: source file /usr/share/guile/2.0/language/value/spec.scm
;;; newer than compiled /usr/lib/i386-linux-gnu/guile/2.0/ccache/language/value/spec.go
;;; compiling /usr/share/guile/2.0/language/value/spec.scm
;;; WARNING: compilation of /usr/share/guile/2.0/language/value/spec.scm failed:
;;; ERROR: no such language value
Traceback (most recent call last):
File "/usr/share/gnucash/python/init.py", line 3, in <module>
from gnucash import *
ImportError: No module named gnucash
Found Finance::Quote version 1.18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment