Comment 10 for bug 264175

Revision history for this message
Gustavo Carneiro (gjc) wrote :

Error here:

==27756== Jump to the invalid address stated on the next line
==27756== at 0x0: ???
==27756== by 0x6292088: PyEval_GetGlobals (in /usr/lib/python2.6/site-packages/goocanvasmodule.so)
==27756== by 0x62AF922: PyImport_Import (in /usr/lib/python2.6/site-packages/goocanvasmodule.so)
==27756== by 0x62AFB74: PyImport_ImportModule (in /usr/lib/python2.6/site-packages/goocanvasmodule.so)
==27756== by 0x62313DD: PyCObject_Import (in /usr/lib/python2.6/site-packages/goocanvasmodule.so)
==27756== by 0x620ADD5: initgoocanvas (goocanvasmodule.c:62)

goocanvasmodule.c line 62 contains:

    Pycairo_IMPORT;

Does 'import cairo' work?