09 Eki 2006 Pts 20:12 tarihinde, Detlev Offenbach şunları yazmıştı: 
> On Sunday 08 October 2006 16:49, Ismail Donmez wrote:
> > 08 Eki 2006 Paz 17:26 tarihinde, Detlev Offenbach şunları yazmıştı:
> > > On Sunday 08 October 2006 15:29, Ismail Donmez wrote:
> >
> > [...]
> >
> > > >  File
> > > > "/usr/lib/python2.4/site-packages/eric4/ViewManager/ViewManager.py",
> > > > line 14, in ?
> > > >     from PyQt4.Qsci import QsciAPIs, QsciScintilla
> > > > ImportError: cannot import name QsciAPIs
> > >
> > > Oops, I forgot to mention, that the eric4 snapshot is not compatible
> > > with the latest QScintilla2 snapshot. Phil changed the Autocompletion
> > > API quite a bit and I hadn't had time to change eric4 accordingly.
> > > Furthermore, there might be more changes coming in QScintilla2 and I
> > > would like to wait until the AC API has stabalized.
> >
> > Thanks, I will wait until the dust settles.
>
> The dust has settled. A new snapshot is available.

That was fast thanks, I needed to apply a small patch to get it to run though, 
attached.

Regards,
ismail
--- ./eric/KdeQt/KQMessageBox.py.orig	2006-10-09 20:31:44.000000000 +0300
+++ ./eric/KdeQt/KQMessageBox.py	2006-10-09 20:31:57.000000000 +0300
@@ -166,7 +166,7 @@
 except (ImportError, RuntimeError):
     os.environ["e4nokde"] = "1"
 
-from PyQt4.QtCore import qVersion
+from PyQt4.QtCore import qVersion, QString
 from PyQt4.QtGui import QMessageBox
 
 __qtAbout = QMessageBox.about
_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to