[pypy-issue] [issue1434] CPyExt errors with PyGObject

Amaury Forgeot d Arc tracker at bugs.pypy.org
Thu Apr 4 10:11:17 CEST 2013


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

Do you have a gdb traceback?
Also, last time I checked it was because pygobject_register_constants() uses a 
type that is not yew PyType_Ready().
I modified gobjectmodule.c and moved the call to pygobject_type_register_types() 
before pygobject_register_constants()

----------
nosy: +amaury

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1434>
________________________________________


More information about the pypy-issue mailing list