> since I am working on Ubuntu Karmic leo can't load the qt gui anymore.
> Did I mess up something or is it because of other pyqt4 stuff ?
Have you installed scintilla? On Jaunty, it's package 'python-qscintilla2'
--
Ville M. Vainio
http://tinyurl.com/vainio
> Have you installed scintilla? On Jaunty, it's package 'python-qscintilla2'
Note to self - it's probably best to make that dependency optional (by
cathing the exception in import), because scintilla is not currently
enabled and it's a "non-obvious" dependency.
> actually yes it is the same on Karmic, I have it installed (vers.
> 2.3.2-1.1ubuntu)
>
> Any other ideas ?
Try this on plain python prompt:
from PyQt4 import Qsci
Does it fail, and how?
Can you try installing eric4 and seeing if it works.
> From PyQt4 import Qsci fails with segmentation fault
Obviously not leo bug then. As you saw, I forwarded this to scintilla
mailing list, let's see if it evokes some kind of reaction...
> From PyQt4 import Qsci fails with segmentation fault
I removed the (redundant) QSci impurt from trunk. Can you pull & try again?