Re: [PyKDE] Hello and PyKDE for KDE 3.1

2003-03-19 Thread Hans-Peter Jansen
Hi Ralph, welcome in this beautiful niche. On Tuesday 18 March 2003 21:47, Ralph Kaiser wrote: Hi Pete, Try this: ftp://ftp.kde.org/pub/kde/unstable/apps/KDE3.x/utils/PyKDE-3.3.2-rha3.1.tar .bz2 Yup, found it, but failed to build it, because it looks like KDE 3.1.1 is a lot more different

[PyKDE] Problems with PyKDE 3.3.2 on KDE 3.1.1

2003-03-19 Thread Hans-Peter Jansen
Hi Jim and friends, motivated by Roberto, I tried to build KyKDE 3.3.2 on top of KDE 3.1.1, but failed so far. Robertos version fails in exactly the same way, but it's hard to say what Roberto has changed without a proper context diff hint, hint. The problem boils down to the now private nature

Re: [PyKDE] Editable QComboBox in QTable problem ?

2003-03-19 Thread david
I put an editable QComboBox in a cell of QTable with setCellWidget() : self.combo = QComboBox(self.table) self.combo.setEditable(1) self.table.setCellWidget(line,col,self.combo) When I'm writing in comboBox, the first character is in the comboBox, and after, characters are in a

[PyKDE] KIO::DeleteJob

2003-03-19 Thread Roberto H. Alsina
Ahem, I sent a mail saying things like KIO::DeleteJob is deprecated. Sorry, it's 8AM and I just woke up, and that is completely wrong ;-) (\''/).__..-''`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. -.-' Former KDE Developer (MFCH)

Re: [PyKDE] KIO::DeleteJob

2003-03-19 Thread Hans-Peter Jansen
On Wednesday 19 March 2003 12:45, Roberto H. Alsina wrote: Ahem, I sent a mail saying things like KIO::DeleteJob is deprecated. Sorry, it's 8AM and I just woke up, and that is completely wrong ;-) So you mean: -ENOCAFFEINE No problem, build is running now with your headers and sips, let's see

Re: [PyKDE] Problems with PyKDE 3.3.2 on KDE 3.1.1

2003-03-19 Thread Hans-Peter Jansen
Follow up with Robertos headers/sips: Since Roberto switched off kautomount completely, the problem is reduced to the private KService::KService(const KService). Please can you check, if this is also the case for KDE 3.1.0? g++ -c -pipe -w -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC

Re: [PyKDE] Editable QComboBox in QTable problem ?

2003-03-19 Thread Hans-Peter Jansen
Hi David, please have a look into the smalltable.py example, and you will see, what's wrong. Also reading the docs for QTableItem will help you here. Pete ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde

Re: [PyKDE] Editable QComboBox in QTable problem ?

2003-03-19 Thread Hans-Peter Jansen
On Wednesday 19 March 2003 17:20, david wrote: Le mer 19/03/2003 à 15:13, Hans-Peter Jansen a écrit : Hi David, please have a look into the smalltable.py example, and you will see, what's wrong. Also reading the docs for QTableItem will help you here. Pete Hello Pete, Thank you

Re: [PyKDE] Problems with PyKDE 3.3.2 on KDE 3.1.1

2003-03-19 Thread Jim Bublitz
On 19-Mar-03 Hans-Peter Jansen wrote: I've tried to switch off the kio module, but then kfile cannot be built... Because kfile depends on kio. BTW: The KDE 3.1.1 is what I have found on SuSEs 8.2 beta 3, their latest release for us beta testers. As far as I know, there is no official KDE

Re: [PyKDE] Problems with PyKDE 3.3.2 on KDE 3.1.1

2003-03-19 Thread Frederick Polgardy Jr
On Wednesday 19 March 2003 10:44 am, Jim Bublitz wrote: BTW: The KDE 3.1.1 is what I have found on SuSEs 8.2 beta 3, their latest release for us beta testers. As far as I know, there is no official KDE 3.1.1 or even a beta or release candidate. Many of the Debian unstable packages for KDE

Re: [PyKDE] Problems with PyKDE 3.3.2 on KDE 3.1.1

2003-03-19 Thread Jim Bublitz
On 19-Mar-03 Hans-Peter Jansen wrote: On Wednesday 19 March 2003 16:03, Jim Bublitz wrote: On 19-Mar-03 Hans-Peter Jansen wrote: I've had some conversation with Dirk Mueller today about this problem. He holds me, that instancing KService::KService(const KService) will crash anyway, therefore

Re: [PyKDE] PyQt QScintilla Status

2003-03-19 Thread Phil Thompson
On Tuesday 18 March 2003 7:22 am, Serge wrote: On Sun, 16 Mar 2003 16:33:22 + Phil Thompson [EMAIL PROTECTED] wrote: SKIP I plan to release the final versions as soon as Python 2.3 is released. Will 3.6 versions work with python 2.2 ? Yes, and every version of Python back to 1.5.

[PyKDE] Title bar

2003-03-19 Thread Matthew Singer
Title: Title bar I know I'm just being stupid, but how come my pyqt dialog based apps havepython in the title bar instead of the dialog box caption? Also, how do I get the minimize button to show up? Rookie.. I know.. Matt Singer

Re: [PyKDE] Problems with PyKDE 3.3.2 on KDE 3.1.1

2003-03-19 Thread Phil Thompson
On Wednesday 19 March 2003 3:03 pm, Jim Bublitz wrote: These are all the same kind of error - deleteNextDir() and deleteNextFile () in KIO::DeleteJob (jobclasses.sip) are now private. Just delete it - sip doesn't handle private methods. Just to mention a bit of SIP lore... Sometimes it is

[PyKDE] Version numbers in pyuic generated file

2003-03-19 Thread Greg Fortune
Phil, Any chance you can embed the version number into the comment header on pyuic generated files? It would be easier for me to figure out differences between the files generated on my machines and it would probably help you answer questions when someone gets a really weird error. :) It