<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt;color:#000000;"><br>I had a python list which holds 3 integer value. <br>self.buffer[0] = int array ( c++ array)<br>now i need to read self.buffer[0][0] to read the first element of array. But when i used :- print self.buffer[0][0] <br>I got this error:<br><br>TypeError: 'PySwigObject' object is unsubscriptable<br><br><br>How to read that c++ array as a python list?<br><div>&nbsp;</div>--<br> Rashad<div><br></div>
</div><br>

      </body></html>