[PyQt] Problem using class template

Arve Knudsen arve.knudsen at gmail.com
Mon Jun 16 20:32:32 BST 2008


On 6/15/08, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 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.

Thanks, works great.

Arve


More information about the PyQt mailing list