Python embedded C++, Get Multi Array Variable Value

06/20/2014 11:15 -Zynel*#1
Hey,

My python code:

PHP Code:
import test
myvalue 
test.MyVar[0][5]['xxx'
I will get "test.MyVar[0][5]['xxx']" in c++. How can I make it?