FS#6286 - Eric3 doesnt start

Attached to Project: Arch Linux
Opened by Conny Holtegaard (con) - Saturday, 27 January 2007, 07:27 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When I start the app this is the error message I get:
[fester]$ eric3
/usr/lib/python2.4/site-packages/eric3/eric3.py:16: RuntimeWarning: Python C API version mismatch for module qt: This Python has API version 1013, module qt has version 1012.
from qt import QTextCodec, SIGNAL, SLOT, qApp
/usr/lib/python2.4/site-packages/eric3/eric3.py:16: RuntimeWarning: Python C API version mismatch for module sip: This Python has API version 1013, module sip has version 1012.
from qt import QTextCodec, SIGNAL, SLOT, qApp
Segmentation fault
[fester]$

Probably related to the Python news on the frontpage (27.01.2007). Running Python2.5-1, eric3.9.4-1
This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 27 January 2007, 16:31 GMT
Reason for closing:  Fixed
Additional comments about closing:  recompiling sip and pyqt for python 2.5 made eric and hp-toolbox start again.
Comment by héctor (hacosta) - Saturday, 27 January 2007, 09:00 GMT
confirmed
Comment by héctor (hacosta) - Saturday, 27 January 2007, 09:15 GMT
can be fixed by
pacman -Rsc eric
and makepkg -b in eric's PKGBUILD dir
Comment by héctor (hacosta) - Saturday, 27 January 2007, 09:22 GMT
oh, never mind if i do this i get black icons instead of grayed out icons (tried different iconsets)
Comment by Tobias Powalowski (tpowa) - Saturday, 27 January 2007, 16:01 GMT
you use python 2.5 already?

Loading...