On Wed, 20 Apr 2011 15:53:00 +0200, Kermit <[email protected]> wrote:
> hi,
> 
> In Matrix33.sip, i've this line
> 
> Vec2 operator *  (const Vec2 &v, const Matrix33 &m);
> 
> and sip return me
> sip: Matrix33.sip:285: Global operators must be either numeric or
> comparison
> operators
> 
> 
> i don't understand, because it's work fine in Vec3.sip
> with
> Vec3 operator * (float a, const Vec3 &v);
> 
> the syntaxe is near ......

I need a test case...

One possibility is that the line number in the error message is not quite
right. You might want to look at the lines either side.

Phil
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to