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
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