[PyKDE] SIP parse error

Denis S. Otkidach ods at strana.ru
Sat Jun 18 08:00:26 BST 2005


On Fri, 17 Jun 2005 13:13:28 -0700
James Emerton <ephelon at gmail.com> wrote:

> There is a small issue with the parsing code in SIP.  I get a parse
> error whenever a %MethodCode section contains a %, such as a printf()
> format string.
> 
> My workaround right now is to use something like this...
> const char fmt[] = { 37, '0', '4', 'd', 37, '0', '2', 'd', 37, '0',
> '2', 'd', 0 };

I have the same issue when using modulo operator.  I've defined
alternative spelling for it in separate header file as workaround.

-- 
Denis S. Otkidach
http://www.python.ru/      [ru]




More information about the PyQt mailing list