Python Bridge - 2D Lists from Python cannot be read back into OML
In the attached script, one can see that 1D lists such as list1=[1,2,3] can be imported in OML without a hassle.
Whereas when I try to import a list2=[(1,1),(2,2),(3,3)], I receive an error message in OML saying that list2 does not exist.
I use the command getpythonvar().
Am I missing something?
I have attached a file that can be used to reproduce my error message.
I am using Compose 2019.3
Thanks a bunch,
Deb