Hello,<br><br>Seems like the mailinglist server had some hickups. so i try sending this again, forgive me for any double posting:<br><br><br>I&#39;m having trouble running qscintilla with pyqt running
on osx-x11. when in do import PyQt4.Qsci i get a segmentation fault
(full stack trace is below). <br><br>im running on snowleopard 64bit,
installed qt-x11 4.5.2-1 from fink, tried both Qscintilla
snapshot-2.4.3-8b4aa000df1c and stable version 2.4.2, as well as the Fink version (2.4.1). <br>
both binaries show up as 64bit using &#39;file&#39;, and otool shows that it links to the x11 version of qt. <br>Could it be some version issue with sip? my PyQt bindings where compiled on another macbook, with sip 4.9.x, while qscintilla was made on my computer using sip 4.10. On the computer that compiled PyQt a similar error occurs when QtHelp is imported, while mine can import that without trouble. <br>

<br>Anyone has a clue?<br><br>kind regards, <br><br clear="all">Henrik Rudstrom <br><br><br><br>Stack trace/error report:<br>
<br>PlugIn Path:       /Library/Python/2.6/site-<div id=":t2" class="ii gt">packages/sip.so<br>PlugIn Identifier: sip.so<br>PlugIn Version:    ??? (???)<br><br>Date/Time:       2010-02-08 17:38:48.971 +0100<br>OS Version:      Mac OS X 10.6.2 (10C540)<br>


Report Version:  6<br><br>Interval Since Last Report:          3826122 sec<br>Crashes Since Last Report:           310<br>Per-App Crashes Since Last Report:   97<br>Anonymous UUID:                      1672A6C2-F8E0-41C7-868F-15BEED990222<br>


<br>Exception Type:  EXC_BAD_ACCESS (SIGSEGV)<br>Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008<br>Crashed Thread:  0  Dispatch queue: com.apple.main-thread<br><br>Thread 0 Crashed:  Dispatch queue: com.apple.main-thread<br>


0   sip.so                            0x00000001023f54bf addTypeSlots + 1258<br>1   sip.so                            0x00000001023f5669 sipEnumType_alloc + 65<br>2   org.python.python                 0x0000000100058c6d PyType_Ready + 10450<br>


3   org.python.python                 0x0000000100053c3e PyType_GenericAlloc + 3114<br>4   org.python.python                 0x000000010000b173 PyObject_Call + 112<br>5   sip.so                            0x00000001023f9de7 createContainerType + 230<br>


6   sip.so                            0x00000001023fa164 createClassType + 422<br>7   sip.so                            0x00000001023fa4fc sip_api_init_module + 679<br>8   Qsci.so                           0x0000000100521ebf initQsci + 270<br>


9   org.python.python                 0x000000010009bd3b _PyImport_LoadDynamicModule + 189<br>10  org.python.python                 0x000000010009aaf8 PyImport_ReloadModule + 1347<br>11  org.python.python                 0x000000010009ae09 PyImport_ReloadModule + 2132<br>


12  org.python.python                 0x000000010009b698 PyImport_ImportModuleLevel + 1519<br>13  org.python.python                 0x0000000100083b5f _PyBuiltin_Init + 14264<br>14  org.python.python                 0x000000010000b173 PyObject_Call + 112<br>


15  org.python.python                 0x0000000100084b6f PyEval_CallObjectWithKeywords + 175<br>16  org.python.python                 0x0000000100088690 PyEval_EvalFrameEx + 12106<br>17  org.python.python                 0x000000010008accf PyEval_EvalCodeEx + 1803<br>


18  org.python.python                 0x000000010008ad62 PyEval_EvalCode + 54<br>19  org.python.python                 0x00000001000a265a Py_CompileString + 78<br>20  org.python.python                 0x00000001000a44dd PyRun_InteractiveOneFlags + 503<br>


21  org.python.python                 0x00000001000a4615 PyRun_InteractiveLoopFlags + 206<br>22  org.python.python                 0x00000001000a4685 PyRun_AnyFileExFlags + 76<br>23  org.python.python                 0x00000001000b0286 Py_Main + 2718<br>


24  org.python.python.app             0x0000000100000e6c start + 52</div><br>