Re: [PyKDE] QWindowsXPStyle causing unresolved external symbols w ith PyQt 3.7 build

2003-07-08 Thread Phil Thompson
On Tuesday 08 July 2003 7:16 pm, Tuvi, Selim wrote: > Phil thanks for the suggestion, instead I modified build.py lines 1091 thru > 1094 as follows: > > #if (defined(Q_OS_WIN32) || defined(Q_OS_WIN64)) && QT_VERSION >= 0x03 > // if (qWinVersion() != Qt::WV_XP) > fprintf(fp,"-x Qt_STYLE_WIN

[PyKDE] Panel Applets, KControl, Plugins, etc.

2003-07-08 Thread Jim Bublitz
There has been some discussion lately (and in the past) about things like panel applets, plugins, control center modules, ioslaves, themes, styles, etc. The "hangup" for most of this stuff is the need for a libtool .so lib to init/interface to the Python code for accomplishing the task. IO Slav

Re: [PyKDE] Problems compiling PyQt 3.7

2003-07-08 Thread Hans-Peter Jansen
Your env. is missing the qt3-devel package. Pete On Tuesday 08 July 2003 12:59, mazu wrote: > Witaj pykde! > > I get errors about QAssistantClient while compiling PyQt 3.7, on my > debian woody with Qt 3.1.2. Here is compiler message: > > cd qt && /usr/bin/make -f Makefile > make[1]: Entering

Re: [PyKDE] IOSlaves - initial attempts

2003-07-08 Thread David Boddie
On Monday 07 July 2003 22:08, Kasper Souren wrote: > > I want to write a tutorial at some point but, in the meantime, I've > > packaged up a couple of examples which might be interesting to other > > people looking to do something similar: > > Cool. I am interested in controlling noatun myself. Ca

[PyKDE] Kcontrol modules.

2003-07-08 Thread Simon Edwards
Hello all, Anyone here tried doing kcontrol modules in Python+PyKDE? After seeing the success of IOSlaves in Python, I would like to be able to kcontrol modules (kcm). I've been playing a bit with coding some admin progs that really should be integrated with the control center. I had a look at

RE: [PyKDE] QWindowsXPStyle causing unresolved external symbols w ithPyQt 3.7 build

2003-07-08 Thread Tuvi, Selim
Phil thanks for the suggestion, instead I modified build.py lines 1091 thru 1094 as follows: #if (defined(Q_OS_WIN32) || defined(Q_OS_WIN64)) && QT_VERSION >= 0x03 // if (qWinVersion() != Qt::WV_XP) fprintf(fp,"-x Qt_STYLE_WINDOWSXP\\n"); #endif to force exclusion of this feature and th

Re: [PyKDE] IOSlaves - initial attempts

2003-07-08 Thread Wido Depping
On Monday 07 July 2003 23:08, Kasper Souren wrote: > > I want to write a tutorial at some point but, in the meantime, I've > > packaged up a couple of examples which might be interesting to other > > people looking to do something similar: > > Cool. I am interested in controlling noatun myself. Can

[PyKDE] SIP: wrapper code calls virtual functions with base class prefix

2003-07-08 Thread Tore Knabe
Hi, I want to wrap a base class, which serves as an interface, and inherit from this base class in C++. The C++ class, which is not wrapped, overrides the virtual function foo() from the base class. My problem: when I call a factory method in Python to create an object obj of the derived class, th

Re: [PyKDE] IOSlaves - initial attempts

2003-07-08 Thread Kasper Souren
> I want to write a tutorial at some point but, in the meantime, I've > packaged up a couple of examples which might be interesting to other people > looking to do something similar: Cool. I am interested in controlling noatun myself. Can this be done with IOSlaves? It would be a good idea to pu

[PyKDE] Problems compiling PyQt 3.7

2003-07-08 Thread mazu
Witaj pykde! I get errors about QAssistantClient while compiling PyQt 3.7, on my debian woody with Qt 3.1.2. Here is compiler message: cd qt && /usr/bin/make -f Makefile make[1]: Entering directory `/Downloads/KDE - libs/PyQt-x11-gpl-3.7/qt' g++ -c -pipe -w -O2 -D_REENTRANT -fPIC -DSIP_MAKE_

Re: [PyKDE] QWindowsXPStyle causing unresolved external symbols with PyQt 3.7 build

2003-07-08 Thread Phil Thompson
On Monday 07 July 2003 9:17 pm, Tuvi, Selim wrote: > I am getting unresolved external symbols when building PyQt 3.7 > (commercial version) with Visual Studio .Net 2002 with Qt 3.1.1. I believe > when I compiled Qt, I specified Windows XP Style support as a plugin (not > direct). Is there a way t