[PyQt] fixed size array

John Beuving johnbeuving at gmail.com
Mon Mar 21 10:28:38 GMT 2011


Hi,

I have the following c++ code which I want to sip.

struct message
{
     int id;
     char username[250];
     char field[20];
};

The sip parser gives a syntax error on the line with the square brackets.
What is the best solution to work around this problem?

John


More information about the PyQt mailing list