Re: [PyKDE] Re: Undefined symbol in qtsql and qttable

2004-08-22 Thread Ricardo Javier Cardenes Medina
from previous message: > Traceback (most recent call last): > File "", line 1, in ? > ImportError: /usr/lib/python2.3/site-packages/qttable.so: undefined > symbol: _ZNK10QTableItem7contentEv On Sun, Aug 22, 2004 at 05:49:33PM +0200, Nicola Larosa wrote: > Resolved upgrading to 3.12-2 . >

[PyKDE] Re: Undefined symbol in qtsql and qttable

2004-08-22 Thread Nicola Larosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Python 2.3.4 running on Debian unstable, with these lib versions: > > $ dpkg -l 'python*sip*' 'python*qt*' | grep ^i > ii python2.3-sip4 4.0.1-1 > ii python-qtext 3.12-1 > ii python2.3-qt3 3.12-1 > ii python2.3-qtex 3.12-1 Resolved upgrading

[PyKDE] Undefined symbol in qtsql and qttable

2004-08-22 Thread Nicola Larosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don't know what changed lately, searched the mailing list archives to no avail. Doing an >>> import qtsql or >>> import qttable causes the same error: Traceback (most recent call last): File "", line 1, in ? ImportError: /usr/lib/python2.3/site

Re: [PyKDE] Singleshot problems in QThreads on Windows.

2004-08-22 Thread David Boddie
Sorry not to have joined this discussion before. It's quite a surprise that I might have something worthwhile to say about threading! On 20 Aug 2004 17:32:21, "Truls A. Tangstad" wrote: > On Fri, Aug 20, 2004 at 04:23:09PM +0100, Toby Dickenson wrote: > > My workaround seems to be working well f

[PyKDE] Re: PyKDE 3.11.2 sip syntax error

2004-08-22 Thread Dan Freed
That didn't correct the error. I just upgraded to sip 4.0.1 and everything seems peachy now. Thanks for the prompt help. Dan On Saturday 21 August 2004 6:58 pm, Jim Bublitz wrote: > On Saturday 21 August 2004 15:10, Dan Freed wrote: > > There appears to be a syntax error in one of the khtml s

Re: [PyKDE] Re: PyKDE 3.11.2 sip syntax error

2004-08-22 Thread Phil Thompson
On Sunday 22 August 2004 12:58 am, Jim Bublitz wrote: > On Saturday 21 August 2004 15:10, Dan Freed wrote: > > There appears to be a syntax error in one of the khtml sip files in the > > current release. Here is the output I get from the configure.py script: > > > > [EMAIL PROTECTED]:~/downloads/P