[PyKDE] Building PyKDE...

2003-07-13 Thread Jan Mazur
Finally I installed the PyQt, and tried to install PyKDE, and here I met new problems... :) here is a compiler error: g++ -c -pipe -w -O2 -D_REENTRANT -fPIC -DSIP_MAKE_MODULE_DLL -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -fno-exceptions -I/usr/share/qt3/mkspecs/default -I. -I../extra/kde311 -I.

Re: [PyKDE] Error when loading libqtc for PyQt3.7

2003-07-13 Thread Jim Bublitz
On Sunday July 13 2003 05:38, Michael Lauer wrote: The short answer is that this delay (unlike previous regular delays) should be an anomaly. A lot of stuff (new KDE, new sip, lots of user patches/contributions/bugs, plus a ton of business related stuff) all dropped at once and I've been

Re: [PyKDE] Building PyKDE...

2003-07-13 Thread Jim Bublitz
On Sunday July 13 2003 07:32, Jan Mazur wrote: Finally I installed the PyQt, and tried to install PyKDE, and here I met new problems... :) here is a compiler error: g++ -c -pipe -w -O2 -D_REENTRANT -fPIC -DSIP_MAKE_MODULE_DLL -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -fno-exceptions

[PyKDE] Sipping from unknown classes

2003-07-13 Thread David Boddie
I've run into an interesting situation with my attempts to pass a QWidget into a Python function which is run in an embedded interpreter. I begin by receiving a pointer to a QWidget and a reference to a QString: KPanelApplet* return_instance( QWidget *parent, const QString configFile ) Later, I

Re: [PyKDE] Building PyKDE...

2003-07-13 Thread Jim Bublitz
On Sunday July 13 2003 09:36, Jan Mazur wrote: JB Without knowing the versions of sip, PyQt and PyKDE you're using JB it's hard to say what the problem is. My guess is that you have JB PyKDE-3.5 and a 3.6 or 3.7 version of PyQt and sip. PyKDE won't JB build with those yet. I'm hoping to have