I have not been able to successfully import PySide.QtCore on OS X 10.6 (32-bit Python, Qt, and PySide) with any of the revisions of PySide/Shiboken in at least the past week. I get the following dump:

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000c
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   org.python.python                   0x010076a5 PyObject_Call + 42
1   org.python.python                   0x0108178a 
PyEval_CallObjectWithKeywords + 171
2   org.python.python                   0x01007d50 PyObject_CallObject + 32
3   org.python.python                   0x01056211 PyType_Ready + 12546
4   org.python.python                   0x010535c2 PyType_Ready + 1203
5   libshiboken.0.4.dylib               0x00767a41 Shiboken::initShiboken() + 
122
6   QtCore.so                           0x00553604 initQtCore + 20
...

With some inserted couts, I have determined that the failing PyType_Ready() call is this one:

  PyType_Ready((PyTypeObject *)&SbkBaseWrapper_Type)

Does anyone have an idea?

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco

_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to