Re: [PyKDE] KPart problem

2005-07-25 Thread Roberto Alsina
>> Well, that works fine and I get a terminal, but I run into another >> problem. >> >> To use the TerminalInterface-specific functionality, you need a >> TerminalInterface like this: >> >> TerminalInterface* t = static_cast( p->qt_cast( >> "TerminalInterface" ) ); > > If TerminalInterface has Pyt

Re: [PyKDE] KPart problem

2005-07-25 Thread Jim Bublitz
On Sunday 24 July 2005 20:12, Roberto Alsina wrote: > > factory = kdecore.KLibLoader.self().factory( "libkonsolepart" ); > > p=factory.create( win) > > > > with > > > > p = kparts.createReadWritePart("libkonsolepart", win, "konsole", > > "KParts::Part") > > >

Re: [PyKDE] Issue with QDialog and lifetime

2005-07-25 Thread Giovanni Bajo
Phil Thompson <[EMAIL PROTECTED]> wrote: >>> James proposed this solution: >>> >>> def slotWhatever(self): >>>dlg = MyModalDialog(self) >>>sip.transfer(dlg, 0) >>>if dlg.exec_loop() == QDialog.Accepted: >>>return dlg.data() >>>return None >>> >>> and then proposed to hardc

Re: [PyKDE] Issue with QDialog and lifetime

2005-07-25 Thread Phil Thompson
On Thursday 07 July 2005 12:27 pm, Giovanni Bajo wrote: > Phil Thompson <[EMAIL PROTECTED]> wrote: > >> The problem is that the idiomatic way of using modal dialogs in C++ is > >> to create local variables, which gets destroyed when their scope > >> finishes (when > >> the function exits). Moreover

Re: [PyKDE] PyKDE on Debian

2005-07-25 Thread mbouchar
PyKDE 3.11.3 doesn't work with sip 4.2.1 I'm using the PyKDE snapshot from 20050628 with sip 4.2.1 and PyQt 3.14.1 Mike Tammerman wrote: Hi, I am using Debian, but I am not able to install pykde for the following reason. I also tried the latest snapshot on the web, but gives the same error. A

[PyKDE] PyKDE on Debian

2005-07-25 Thread Mike Tammerman
Hi, I am using Debian, but I am not able to install pykde for the following reason. I also tried the latest snapshot on the web, but gives the same error. Any suggestions would be very helpful. Thanks Mike PyKDE version 3.11.3 --- Python include directory is /usr/include/py

[PyKDE] [eric3] interactive search - patch

2005-07-25 Thread Maciek Fijalkowski
I've also submitted a patch to sourceforge tracker on eric-ide project. --- Knowledge brings fear... ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] [eric3] interactive search

2005-07-25 Thread Maciek Fijalkowski
I've written a patch which allows to do interactive searching in eric3. Here is patch from version 3.7.1: http://rainbow.mimuw.edu.pl/~mf197855/eric-3.7.1.diff PS. I'm not on the list, so please reply to me personally --- Knowledge brings fear... _