[PyKDE] Little bug in QTextStream

2006-10-15 Thread Simon Edwards
Hi Phil, - #!/usr/bin/env python from PyQt4 import QtCore def main(): f = QtCore.QFile("Stream_test.txt") f.open(QtCore.QIODevice.WriteOnly) stream = QtCore.QTextStream(f) num = 80 stream << "This is my number " << num << "." f.close() mai

[PyKDE] Qt v4.2 Support

2006-10-15 Thread Phil Thompson
Tonight's PyQt4 snapshot will have full support for Qt v4.2 (except for the QtDBus module). You will also need tonight's SIP snapshot. Phil ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Keeping DCOP object reference does not work

2006-10-15 Thread Jim Bublitz
On Sunday 15 October 2006 05:41, Krzysztof Lichota wrote: > Jim Bublitz napisał(a): > > On Wednesday 11 October 2006 01:40, Krzysztof Lichota wrote: > >> If I create instance right before calling DCOP method, it works. > >> I have noticed that also writing method which returns fresh DCOPObj > >> in

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Detlev Offenbach
On Sunday 15 October 2006 15:15, Phil Thompson wrote: > On Sunday 15 October 2006 2:03 pm, Detlev Offenbach wrote: > > Summary: > > We have a standard (global) API installation path, which is used, if the > > lexer is loaded with a file, that doesn't exist and has no path. We have > > an API call,

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Phil Thompson
On Sunday 15 October 2006 2:03 pm, Detlev Offenbach wrote: > Summary: > We have a standard (global) API installation path, which is used, if the > lexer is loaded with a file, that doesn't exist and has no path. We have an > API call, that returns a list of files found in the lexer specific global

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Detlev Offenbach
On Sunday 15 October 2006 13:20, Phil Thompson wrote: > On Sunday 15 October 2006 11:45 am, Detlev Offenbach wrote: > > On Sunday 15 October 2006 12:16, Phil Thompson wrote: > > > On Sunday 15 October 2006 9:36 am, Detlev Offenbach wrote: > > > > On Saturday 14 October 2006 20:24, Phil Thompson wro

Re: [PyKDE] Keeping DCOP object reference does not work

2006-10-15 Thread Krzysztof Lichota
Jim Bublitz napisał(a): > On Wednesday 11 October 2006 01:40, Krzysztof Lichota wrote: >> If I create instance right before calling DCOP method, it works. >> I have noticed that also writing method which returns fresh DCOPObj >> instance and using this instance does not work. >> >> Any hints why it

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Phil Thompson
On Sunday 15 October 2006 11:45 am, Detlev Offenbach wrote: > On Sunday 15 October 2006 12:16, Phil Thompson wrote: > > On Sunday 15 October 2006 9:36 am, Detlev Offenbach wrote: > > > On Saturday 14 October 2006 20:24, Phil Thompson wrote: > > > > On Saturday 14 October 2006 6:17 pm, Detlev Offenb

[PyKDE] pyQt 3.15.x for Suse

2006-10-15 Thread Krzysztof Lichota
Does anyone know where to find RPMs for pyQt/pyKDE version 3.15.1 or later for OpenSuse? I have just checked and they ship version 3.14.1 for OpenSuse 10.1 and apparently the same version will ship for OpenSuse 10.2. TIA Krzysztof Lichota signature.asc Description: OpenPGP digital sign

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Detlev Offenbach
On Sunday 15 October 2006 12:16, Phil Thompson wrote: > On Sunday 15 October 2006 9:36 am, Detlev Offenbach wrote: > > On Saturday 14 October 2006 20:24, Phil Thompson wrote: > > > On Saturday 14 October 2006 6:17 pm, Detlev Offenbach wrote: > > > > Hi, > > > > > > > > the latest snapshot of PyQt4

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Phil Thompson
On Sunday 15 October 2006 9:36 am, Detlev Offenbach wrote: > On Saturday 14 October 2006 20:24, Phil Thompson wrote: > > On Saturday 14 October 2006 6:17 pm, Detlev Offenbach wrote: > > > Hi, > > > > > > the latest snapshot of PyQt4 creates an API file for QScintilla. > > > However, this file is no

Re: [PyKDE] QScintilla2 autocompletion performance issue

2006-10-15 Thread Detlev Offenbach
On Sunday 15 October 2006 11:46, Detlev Offenbach wrote: > Hi, > > if autocompletion is set to acsDocument or acsNone entering text is slowed > down considerably for big files. Depending on the computer it even leads to > missed keystrokes (I have seen this inside a Virtual PC). > > I have realized

[PyKDE] ANN: new eric4 snapshot available

2006-10-15 Thread Detlev Offenbach
Hi, this is to announce a new eric4 snapshot release, which corrects some Qt 4.2.0 related issues. This snapshot again needs the latest QScintilla2 snapshot. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.i

[PyKDE] QScintilla2 autocompletion performance issue

2006-10-15 Thread Detlev Offenbach
Hi, if autocompletion is set to acsDocument or acsNone entering text is slowed down considerably for big files. Depending on the computer it even leads to missed keystrokes (I have seen this inside a Virtual PC). I have realized this fact with files > 100KB on a 3.5 GHz Pentium D with Qt 4.1.4

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Detlev Offenbach
On Saturday 14 October 2006 20:24, Phil Thompson wrote: > On Saturday 14 October 2006 6:17 pm, Detlev Offenbach wrote: > > Hi, > > > > the latest snapshot of PyQt4 creates an API file for QScintilla. However, > > this file is not installed by "make install". For Linux I propose to put > > it in "/u