This might be transient breakafe, but I'm forwarding this to qscintilla mailing list anyway...
---------- Forwarded message ---------- From: znafets <[email protected]> Date: Thu, Jun 18, 2009 at 9:53 PM Subject: Re: 2059 doesn't start up with qt GUI To: leo-editor <[email protected]> >From PyQt4 import Qsci fails with segmentation fault Eric start yields this: eric Traceback (most recent call last): File "/usr/share/eric/modules/eric4.py", line 43, in <module> from KdeQt.KQApplication import KQApplication File "/usr/share/eric/modules/KdeQt/__init__.py", line 20, in <module> import Preferences File "/usr/share/eric/modules/Preferences/__init__.py", line 26, in <module> from PyQt4 import Qsci RuntimeError: the sip module implements API v4.0 but the �� module requires API v3.8 So obviously there was some change of the Python sip API, what does that mean for leo ? best Stefan On 18 Jun., 12:51, "Ville M. Vainio" <[email protected]> wrote: > On Thu, Jun 18, 2009 at 3:43 PM, znafets<[email protected]> wrote: > > 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. > > -- > Ville M. Vainiohttp://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~--- -- Ville M. Vainio http://tinyurl.com/vainio _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
