[PyQt] Problem using class template

Arve Knudsen arve.knudsen at gmail.com
Sun Jun 15 10:57:08 BST 2008


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: case.tar
Type: application/x-tar
Size: 10240 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20080615/e4f9789a/case-0001.tar


More information about the PyQt mailing list