Skip to content

Instantly share code, notes, and snippets.

Created March 26, 2016 15:12
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 anonymous/94d2ab509b62668d4696 to your computer and use it in GitHub Desktop.
Save anonymous/94d2ab509b62668d4696 to your computer and use it in GitHub Desktop.
gnucash-env python2.7
Python 2.7.11 (default, Mar 3 2016, 11:00:04)
[GCC 5.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gnucash
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/site-packages/gnucash/__init__.py", line 6, in <module>
from gnucash_core import *
File "/usr/local/lib/python3.5/site-packages/gnucash/gnucash_core.py", line 31, in <module>
import gnucash_core_c
File "/usr/local/lib/python3.5/site-packages/gnucash/gnucash_core_c.py", line 28, in <module>
_gnucash_core_c = swig_import_helper()
File "/usr/local/lib/python3.5/site-packages/gnucash/gnucash_core_c.py", line 24, in swig_import_helper
_mod = imp.load_module('_gnucash_core_c', fp, pathname, description)
ImportError: /usr/local/lib/python3.5/site-packages/gnucash/_gnucash_core_c.so: undefined symbol: _Py_FalseStruct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment