To complete my SIP based Python extension module, I need to convert from C++ to Python and vica versa an std::vector<double> and std::vector<std::string>. I found some hints in this mailing list's archive dated 13 Apr 2002. Is there a better source of information on how to proceed?