[review] Re: [PyKDE] PyKDE and KDE 3.4.0

Karsten Vieth k.vieth at gmail.com
Fri Apr 8 15:20:44 BST 2005


On Apr 8, 2005 1:19 AM, Jim Bublitz <jbublitz at nwinternet.com> wrote:
> On Thursday 07 April 2005 14:25, Karsten Vieth wrote:
> > Trying to install PyKDE with KDE 3.4.0
> 
> > kdesu
> > Traceback (most recent call last):
> >   File "importTest.py", line 19, in ?
> >     exec ("import " + mod)
> >   File "<string>", line 1, in ?
> > ImportError: /usr/lib/python2.3/site-packages/kdesu.so: undefined
> > symbol: _ZN7KCookie16setDcopTransportERK8QCString
> 
> 
> 2. You can use c++filt to identify the missing symbol:
> 
>   jim at jim:~> c++filt _ZN7KCookie16setDcopTransportERK8QCString
>   KCookie::setDcopTransport(QCString const&)
> 
> Find the .sip file in PyKDE/sip/kdesu that holds the KCookie class and comment
> out the setDcopTransport(QCString const&) method (// or /* ... */).
> 

I found "setDcopTransport(QCString const&)" in ./sip/kdesu/kcookie.sip
Comment it out
//    void                 setDcopTransport (const QCString&);

configured and compiled but nothing changes:
kdesu
Traceback (most recent call last):
  File "importTest.py", line 19, in ?
    exec ("import " + mod)
  File "<string>", line 1, in ?
ImportError: /usr/lib/python2.3/site-packages/kdesu.so: undefined
symbol: _ZN7KCookie16setDcopTransportERK8QCString




More information about the PyQt mailing list