[PyKDE] qt.qApp, subclassing QApplication

2004-01-15 Thread axel . mittendorf
Hi, in my application I want to subclass qt.QApplication and use this subclass instead of QApplication. Some of my modules are automatically generated by pyuic and I am not allowed to change their source code. The problem is these modules do from qt import * and use an object called qApp which

[PyKDE] QToolButton

2004-01-15 Thread claude faath
Hello Here the extract of my code toolBar = QToolBar(self) self.fileOpen = QToolButton(QPixmap(fileopen), 'Open File', 'Opens a new file', self.open, tollBar, 'Open File') self.fileSave = QToolButton(QPixmap(filesave), 'Save File', 'Saves current file', self.save, tollBar, 'Save file')

Re: [PyKDE] QToolButton

2004-01-15 Thread Phil Thompson
On Thursday 15 January 2004 1:42 pm, claude faath wrote: Hello Here the extract of my code toolBar = QToolBar(self) self.fileOpen = QToolButton(QPixmap(fileopen), 'Open File', 'Opens a new file', self.open, tollBar, 'Open File') self.fileSave = QToolButton(QPixmap(filesave), 'Save File',

[PyKDE] build problems.

2004-01-15 Thread Dan Keshet
I'm running debian with standard .debs for all the packages except pyKDE. Output below. Any help would be much appreciated. Peace, Dan Keshet [EMAIL PROTECTED]:~/down/PyKDE-3.8.0$ python build.py -r /usr/lib Building PyKDE 3.8 on linux2. Python version is 2.3 Python parent directory is

[PyKDE] Mandrake 9.2, version 3.8 PyQt, PyKDE + everything available

2004-01-15 Thread Simon Edwards
Hi all, I just uploaded a complete set of version 3.8 SIP, PyQt, PyKDE etc RPMs to sourceforge. Come get 'em. https://sourceforge.net/project/showfiles.php?group_id=61057 -- Simon Edwards | Guarddog Firewall [EMAIL PROTECTED] | http://www.simonzone.com/software/ Nijmegen,

Re: [PyKDE] ANN: SIP v4.0rc2 Released

2004-01-15 Thread Eron Lloyd
Hi Phil, Trying to build the newest SIP/PyQt on SUSE 9.0 using Python 2.3.3 and Qt 3.2.3 gave me trouble. Falling back to SIP/PyQt 3.9 seems to work fine. Here's the traceback: linux:/home/elloyd/Packages/PyQt-x11-gpl-snapshot-20040104 # /usr/local/bin/python configure.py Traceback (most

Re: [PyKDE] ANN: SIP v4.0rc2 Released

2004-01-15 Thread Phil Thompson
On Thursday 15 January 2004 7:33 pm, Eron Lloyd wrote: Hi Phil, Trying to build the newest SIP/PyQt on SUSE 9.0 using Python 2.3.3 and Qt 3.2.3 gave me trouble. Falling back to SIP/PyQt 3.9 seems to work fine. Here's the traceback: linux:/home/elloyd/Packages/PyQt-x11-gpl-snapshot-20040104

Re: [PyKDE] ANN: SIP v4.0rc2 Released

2004-01-15 Thread Eron Lloyd
Thanks, guess that terminal session wasn't picking up the $QTDIR... Eron On Thursday 15 January 2004 3:02 pm, Phil Thompson wrote: On Thursday 15 January 2004 7:33 pm, Eron Lloyd wrote: Hi Phil, Trying to build the newest SIP/PyQt on SUSE 9.0 using Python 2.3.3 and Qt 3.2.3 gave me