I just started getting segfaults on startup too. Just importing eric3.py from the python interpreter causes it. I tried debugging the python interpreter and got this:
#0 0x080899eb in PyType_IsSubtype () #1 0xb73eb3ad in initsip () from /usr/lib/python2.3/site-packages/sip.so #2 0xb73ec151 in initsip () from /usr/lib/python2.3/site-packages/sip.so #3 0xb762baf0 in initqt () from /usr/lib/python2.3/site-packages/qt.so #4 0x080d2842 in _PyImport_LoadDynamicModule () #5 0x080d0bf4 in PyImport_ExecCodeModule () #6 0x080d14a2 in PyImport_ReloadModule () #7 0x080d16bf in PyImport_ReloadModule () #8 0x080d1b3c in PyImport_ImportModuleEx () #9 0x080aa555 in _PyUnicodeUCS4_IsNumeric () #10 0x08058b8e in PyObject_Call () #11 0x080b1c2f in PyEval_CallObjectWithKeywords () #12 0x080b2f02 in PyEval_GetFuncName () #13 0x080b8357 in PyEval_EvalCodeEx () #14 0x080b85d5 in PyEval_EvalCode () #15 0x080d0157 in PyImport_ExecCodeModuleEx () #16 0x080d0445 in PyImport_ExecCodeModuleEx () #17 0x080d14a2 in PyImport_ReloadModule () #18 0x080d16bf in PyImport_ReloadModule () #19 0x080d1b3c in PyImport_ImportModuleEx () #20 0x080aa555 in _PyUnicodeUCS4_IsNumeric () ---Type <return> to continue, or q <return> to quit--- #21 0x08058b8e in PyObject_Call () #22 0x080b1c2f in PyEval_CallObjectWithKeywords () #23 0x080b2f02 in PyEval_GetFuncName () #24 0x080b8357 in PyEval_EvalCodeEx () #25 0x080b85d5 in PyEval_EvalCode () #26 0x080d8f00 in PyRun_InteractiveOneFlags () #27 0x080d9019 in PyRun_InteractiveLoopFlags () #28 0x080d9716 in PyRun_AnyFileExFlags () #29 0x08054f07 in Py_Main () #30 0xb7e6eed0 in __libc_start_main () from /lib/tls/libc.so.6 #31 0x080548e1 in _start () On 12/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I'm trying to install eric3 3.8.0 on a Slackware 10.2, with Qt 3.3.4 and > Kde 3.5.0 onboard. After a first unsuccsessful try with regular Slack > packages, > I downloaded the sources and built them manually. Following the README, I > installed, in order: qscintilla 1.65, sip 4.3.2, PyQt 3.15.1 and finally > eric3. But I am still getting a segmentation fault error on launch, eric3 > doesn't even show up. Here attached is the output of "strace eric3". what > am I missing?? Thank you in advance. > > __________________________________________________________________ > TISCALI ADSL > Solo con Tiscali Adsl navighi senza limiti e telefoni senza canone > Telecom a partire da 19,95 Euro/mese. > Attivala subito, I PRIMI DUE MESI SONO GRATIS! CLICCA QUI: > http://abbonati.tiscali.it/adsl/sa/1e25flat_tc/ > > > > > > _______________________________________________ > PyKDE mailing list [email protected] > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde > > > > _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
