[PyKDE] Version compatible with latest sip/pyqt

2004-01-16 Thread Tom Badran
Is there a development version that works/almost works with pyqt 3.9 and the latest sip? If it doesnt work as is i dont mind having to play with it a little. Tom ___ PyKDE mailing list[EMAIL PROTECTED]

[PyKDE] QToolButton

2004-01-16 Thread claude.faath
Hello Here my code #!/usr/bin/env python import string import sys from qt import * fileopen = [ '16 13 5 1', '. c #040404', '# c #808304', 'a c None', 'b c #f3f704', 'c c #f3f7f3', 'a...', '.aaa.a.a', 'a..a',

[PyKDE] QComboTableItem

2004-01-16 Thread Lionel Roubeyrie
Hi all, I'm new with PyQt and I have a little problem with QComboTableItem, I don't found how to set it visible when it doesn't have the focus :-( A 'setCurrentItem' changes nothing :-( What's wrong ? Thank's for your help and sorry if I have a bad english ! -- Lionel Roubeyrie [EMAIL

[PyKDE] Problem by importing kio

2004-01-16 Thread Oláh Gábor
hiya, first of all, sorry if you have this mail on the list already, it seems i have posted once from the wrong adress... i have just compiled installed sip3.8, pyqt3.8 and pykde3.8 on a kde3.1.4/qt3.2.3 system. it went through successfully, however i get the following error by importing kio:

Re: [PyKDE] build problems.

2004-01-16 Thread David Boddie
On Thu, 15 Jan 2004 09:38:17, Dan Keshet wrote: I'm running debian with standard .debs for all the packages except pyKDE. Output below. Any help would be much appreciated. [...] File build/discover.py, line 608, in discoverQt3 self.qtIncl = DiscoverQt3Incl (qglobal.h,

[PyKDE] pykde-games

2004-01-16 Thread Dan Keshet
Hi, I want to write a kde game in python. I take it from the mailing list that you have a tool (erm, presip?) that creates sip files automatically from header files, and that it would therefore be a waste of time for me to create the libkdegames header sip files by hand. Is that correct?

Re: [PyKDE] build problems.

2004-01-16 Thread Dan Keshet
Thanks David, I got it to compile and test okay today on debian. I needed to do the following things: 1) use -q /usr/share/qt3/ -r /usr/lib for build.py 2) Edit line 624 of discover.py like so: ~diff old/build/discover.py new/build/discover.py 624c624 self.pyQtSip = DiscoverPyQtSip

Re: [PyKDE] build problems.

2004-01-16 Thread Jim Bublitz
On Friday January 16 2004 15:43, David Boddie wrote: On Thu, 15 Jan 2004 09:38:17, Dan Keshet wrote: I'm running debian with standard .debs for all the packages except pyKDE. Output below. Any help would be much appreciated. [...] File build/discover.py, line 608, in discoverQt3

Re: [PyKDE] pykde-games

2004-01-16 Thread Jim Bublitz
On Friday January 16 2004 15:41, Dan Keshet wrote: I want to write a kde game in python. I take it from the mailing list that you have a tool (erm, presip?) that creates sip files automatically from header files, and that it would therefore be a waste of time for me to create the libkdegames