[PyKDE] diff behave PyQt/3.7/3.8 on i.e. QColor.__eq__()

2003-11-11 Thread kscalet
That used to work with PyQt 3.7, but now with my new installation of PyQt 3.8 it no longer does: -- code fragment -- c_sav = None c = QColor() if c != c_sav: c_sav = c -- -- -- -- brings: Traceback (..): .. RuntimeError: Cannot pass None as argument 1 in this call As I said, this code worked

[PyKDE] Internal error in python.py PyKDE 3.8.0 over python2.3

2003-11-11 Thread Mateusz Korniak
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.79652 + umask 022 + cd /home/users/matkor/rpm/BUILD + cd PyKDE-3.8.0 + KDEDIR=/usr + python build.py -q /usr -k /usr -i /usr/include/qt -d /tmp/python-PyKDE-3.8.0-root-matkor/usr/lib/python2.3/site-packages -t /usr/lib Building PyKDE 3.8 on linux2.

Re: [PyKDE] Internal error in python.py PyKDE 3.8.0 over python2.3

2003-11-11 Thread Jim Bublitz
On Tuesday November 11 2003 05:50, Mateusz Korniak wrote: + python build.py -q /usr -k /usr -i /usr/include/qt -d Qt3 parent directory is /usr Qt3 lib directory (libqt-mt.so.3) is /usr/lib File build/discover.py, line 58, in search if os.path.isdir (searchEntry)\ File

[PyKDE] screensaver?

2003-11-11 Thread Peter Osborne
Hello All, I was wondering if anyone has some ideas on how one would go about writing a simple screen saver using pyqt? I figured I could us similar techniques that are used to create a splash screen but how does one go capturing any keyboard or mouse movement to clear the screen saver?

Re: [PyKDE] sip: sip/qtmod.sip:33 parse error

2003-11-11 Thread Phil Thompson
You need current PyQt snapshots for SIP v4. However, I would hold off for a few days until v4.0pre4. Phil On Tuesday 11 November 2003 11:49 pm, Heath Feather wrote: I received the following Error when trying to build PyQt. ** Generating the C++ source

Re: [PyKDE] sip: sip/qtmod.sip:33 parse error

2003-11-11 Thread Jim Bublitz
On Tuesday November 11 2003 16:28, Heath Feather wrote: I received the following Error when trying to build PyQt. ** Generating the C++ source code for the qt module ** sip: sip/qtmod.sip:33 parse error I was using