Finally I\'m able to use std::vector in python using the [] operator. The trick is to simple provide a container in the boost C++ wrapper which handles the internal vector s
To get automatic conversion from python lists, you have to define a converter, which
I can't find now anything else than my code, you can copy&paste this template (it is specialized at the end of that file for various contained types).