I am using sho from visual studio with the python tools
The following code fails in the second line:
x = DoubleArray(10, 5)
print x[0, :]
The error message is:
typerror: expected int, got slice
When I type the same code in the sho console it works perfectly.
Can you help me figure out what is the problem?
Thanks,