On Tue, May 21, 2013 at 3:30 PM, John Ehresman <[email protected]> wrote:
> 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. > That was it, for future reference, I believe the easiest solution is to use this PPA (https://launchpad.net/~forger/+archive/pyside-debug) Thanks, Dave
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
