Re: [PyQt] Sip wrapping error

2010-02-22 Thread Sébastien Petitdemange
Phil Thompson wrote: > On Fri, 19 Feb 2010 11:24:40 +0100, Sébastien Petitdemange > wrote: >> Sébastien Petitdemange wrote: >>> Phil Thompson wrote: On Fri, 19 Feb 2010 10:42:51 +0100, Sébastien Petitdemange wrote: > Hi Phil, > > We use the latest sip (4.10) to wrap your C++

Re: [PyQt] Sip wrapping error

2010-02-20 Thread Phil Thompson
On Fri, 19 Feb 2010 11:24:40 +0100, Sébastien Petitdemange wrote: > Sébastien Petitdemange wrote: >> Phil Thompson wrote: >>> On Fri, 19 Feb 2010 10:42:51 +0100, Sébastien Petitdemange >>> wrote: Hi Phil, We use the latest sip (4.10) to wrap your C++ library and I think I foun

Re: [PyQt] Sip wrapping error

2010-02-19 Thread Sébastien Petitdemange
Sébastien Petitdemange wrote: > Phil Thompson wrote: >> On Fri, 19 Feb 2010 10:42:51 +0100, Sébastien Petitdemange >> wrote: >>> Hi Phil, >>> >>> We use the latest sip (4.10) to wrap your C++ library and I think I >>> found a bug in the wrapping code generated by sip. >>> >>> Sip Code: >>> >>> cla

Re: [PyQt] Sip wrapping error

2010-02-19 Thread Sébastien Petitdemange
Phil Thompson wrote: > On Fri, 19 Feb 2010 10:42:51 +0100, Sébastien Petitdemange > wrote: >> Hi Phil, >> >> We use the latest sip (4.10) to wrap your C++ library and I think I >> found a bug in the wrapping code generated by sip. >> >> Sip Code: >> >> class HwSyncCtrlObj >> { >> %TypeHeaderCode >

Re: [PyQt] Sip wrapping error

2010-02-19 Thread Phil Thompson
On Fri, 19 Feb 2010 10:42:51 +0100, Sébastien Petitdemange wrote: > Hi Phil, > > We use the latest sip (4.10) to wrap your C++ library and I think I > found a bug in the wrapping code generated by sip. > > Sip Code: > > class HwSyncCtrlObj > { > %TypeHeaderCode > #include > using namespace lim

[PyQt] Sip wrapping error

2010-02-19 Thread Sébastien Petitdemange
Hi Phil, We use the latest sip (4.10) to wrap your C++ library and I think I found a bug in the wrapping code generated by sip. Sip Code: class HwSyncCtrlObj { %TypeHeaderCode #include using namespace lima; %End public: struct ValidRangesType { double min_exp_time;