[PyKDE] building sip modules

Michael Lauer mickey at tm.informatik.uni-frankfurt.de
Tue Aug 5 11:28:01 BST 2003


> after much hacking, I got the error:
> 
> >>> import pkaudio
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "pkaudio.py", line 9, in ?
>     import libpkaudioc
> ImportError: ./libpkaudiocmodule.so: undefined symbol: _ZTV15sipProxypkaudio
> >>>
> 
> Where the *heck* did that symbol come from?

According to c++filt it is the vtable for sipProxypkaudio - did you
"link" all the sip*.o files into your library?

-- 
:M:
--------------------------------------------------------------------------
Dipl.-Inf. Michael 'Mickey' Lauer   mickey at tm.informatik.uni-frankfurt.de 
  Raum 10b - ++49 69 798 28358       Fachbereich Informatik und Biologie  
--------------------------------------------------------------------------




More information about the PyQt mailing list