On 5/21/13 4:22 PM, Croepha wrote: > > Does anyone else get this: > > python2.7-dbg: ../Objects/object.c:65: _Py_AddToAllObjects: Assertion > `(op->_ob_prev == ((void *)0)) == (op->_ob_next == ((void *)0))' failed. > Aborted (core dumped) > > When importing PySide?
Are you using a pydebug enabled build of pyside? It looks like you're using a python interpreter built with pydebug support enabled so pyside and all other extension modules need to be built against the pydebug enabled interpreter. Thanks, John _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
