Hi,

 I have one function to wrap, and want it to work with both sip 4.10 and
4.13,
There is a KeywordArgs on it. It seems from 4.10 to 4.13 there are some
changes
from /KeywordArgs/ to /KeywordArgs="Optional"/.

I hope I can use %if, like the following:

%if (- SIP_4_13)
void foo(...) /KeywordArgs/;
%End
%if (SIP_4_13_2 -)
void foo(..) /KeywordArgs="Optional"/;
%End
%MethodCode
.....
%End.


But sip complains about the syntax error at line "%MethodCode". I am using
sip_4_13_2.

Thanks.

Best regards,
Forest
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to