I'm running into a compilation problem with the python bindings. gnucash_core.c is looking for tcl.h using the line "#include <tcl.h>". On my distro (kubuntu 9.04 beta), the tcl8.4-dev package puts tcl.h into /usr/include/tcl8.4/tcl.h. I don't see that the python-bindings Makefile system allows for alternative paths to that file. Phil