Re: [PyQt] Sip generates wrong argument parsing code

2008-06-12 Thread Phil Thompson
On Wednesday 11 June 2008 6:13:21 pm Olaf Schumann wrote: > Hello, I have a problem with sip 4.7.6 under both linux and windows > > I wrap a self-written C++-library for Python. > For a Matrix-Object I implement a __getitem__ and __setitem__ method in > the sip-file with two integer arguments. Whil

[PyQt] Sip generates wrong argument parsing code

2008-06-11 Thread Olaf Schumann
Hello, I have a problem with sip 4.7.6 under both linux and windows I wrap a self-written C++-library for Python. For a Matrix-Object I implement a __getitem__ and __setitem__ method in the sip-file with two integer arguments. While the __setitem__ function is working from python, the __get__it