[PyQt] Problem using class template

Phil Thompson phil at riverbankcomputing.com
Sun Jun 15 16:11:24 BST 2008


On Sunday 15 June 2008 10:57:08 am Arve Knudsen wrote:
> Hi
>
> I'm having problems wrapping an instantiation of a class template with
> SIP. I've attached a case that shows what I am trying to do. The class
> template is defined in base.sip, and an instantiation (through a
> typedef in another class) is defined in case.sip. The case is built by
> first running configure-sip.py and then make.
>
> The SIP step succeeds, but compiling the result fails due to a missing
> function 'sipNm_case_getObject'. Is this due to a bug in SIP, or am I
> doing something wrong?
>
> Thanks,
> Arve

Hopefully fixed in tonight's snapshot.

Phil


More information about the PyQt mailing list