Hi
I got this error when I was trying to build the matplot lib . src/backend_gdk.c:8:25: error: pygtk/pygtk.h: No such file or directory
src/backend_gdk.c: In function âpixbuf_get_pixels_arrayâ:
src/backend_gdk.c:18: error: âPyGObjectâ undeclared (first use in this function)
src/backend_gdk.c:18: error: (Each undeclared identifier is reported only once
src/backend_gdk.c:18: error: for each function it appears in.)
src/backend_gdk.c:18: error: âpy_pixbufâ undeclared (first use in this function)
src/backend_gdk.c:19: error: âGdkPixbufâ undeclared (first use in this function)
src/backend_gdk.c:19: error: âgdk_pixbufâ undeclared (first use in this function
i tried to install pygtk-2.12.0 and pygobject- 2.12.1 but I got the error No package ‘pygobject-2.0’ found
can anyone please explain me the above errors
Thanks!
Satish