From: Bruno Lalande (bruno.lalande_at_[hidden])
Date: 2008-04-29 04:45:43


Hi,

> but the wrapped classes has not the same behavior as python list, but its a
> solution ...

You can get a real Python list out of this class by doing this in Python :

real_python_list = list(wrapped_vector)

Bruno