diff -Nurd gnumeric-1.8.0/plugins/python-loader/gnm-python.c modgnumeric-1.8.0/plugins/python-loader/gnm-python.c --- gnumeric-1.8.0/plugins/python-loader/gnm-python.c 2007-12-29 01:43:58.000000000 -0500 +++ modgnumeric-1.8.0/plugins/python-loader/gnm-python.c 2008-01-11 20:16:53.000000000 -0500 @@ -7,6 +7,7 @@ #include #include +#define NO_IMPORT_PYGOBJECT #include #include #include "gnm-py-interpreter.h" diff -Nurd gnumeric-1.8.0/plugins/python-loader/py-gnumeric.c modgnumeric-1.8.0/plugins/python-loader/py-gnumeric.c --- gnumeric-1.8.0/plugins/python-loader/py-gnumeric.c 2007-12-29 01:43:54.000000000 -0500 +++ modgnumeric-1.8.0/plugins/python-loader/py-gnumeric.c 2008-01-11 20:19:23.000000000 -0500 @@ -9,6 +9,7 @@ #include #include #include +#define NO_IMPORT_PYGOBJECT #include "pygobject.h" #include "application.h" #include "workbook.h"