[PyKDE] Undefined symbol _ZN10KCatalogueC1ERK7QString

Jim Bublitz jbublitz at nwinternet.com
Wed Sep 22 23:16:31 BST 2004


On Wednesday 22 September 2004 13:29, Maurizio Colucci wrote:
> Hello big guys,
>
> I am trying to add mimetype support to my program. When I do
>
>    import kio
>
> I am getting the following error:
>
> Traceback (most recent call last):
>   File "./one-finger.py", line 12, in ?
>     import kio
> ImportError: /usr/lib/python2.3/site-packages/kdecore.so: undefined
> symbol: _ZN10KCatalogueC1ERK7QString
>
> I am on suse 9.1 and I have installed these packages (from the web site):
>
> -rw-r--r--  1 root root 5656175 Sep 22 22:07 PyKDE-3.11.1-1.i586.rpm
> -rw-r--r--  1 root root 2300326 Sep 22 22:18 PyQt-3.12-1.i586.rpm
> -rw-r--r--  1 root root  762164 Sep 22 22:19 qscintilla-1.60-1.3_1.i586.rpm
> -rw-r--r--  1 root root  198520 Sep 22 22:15 sip-4.0-1.i586.rpm
>
> I seem to recall a page explaining what to do in such situations, but I
> can't find it anymore.
 

It seems to be a problem with KDE 3.3 beta versions - there's a change in the 
argument list for the constructor that's causing the undefined symbol. What 
version of KDE do you have installed?

Jim




More information about the PyQt mailing list