|
Another way to crash Python 2.x script implementation? Thomas Wagner from Germany [51 posts] |
10 year
|
In python, it is possible to create lists with mixed types (int, str), but I think trying to transfer such a with rr.SetArrayVariable to python will create a massive program crash:
import rr
i=[1,'2']
rr.SetArrayVariable('BUGGY',i)
|
|
|
Carl from Your Country [1447 posts] |
10 year
|
Thomas,
Thanks for the error reports. This has been fixed in both Python2 and 3. You should be functional after you download the latest version that has this fix.
Thanks for isolating the problem and providing the test script. That makes getting a fix for the problem quite quick.
STeven.
|
|
|
Thomas Wagner from Germany [51 posts] |
10 year
|
STeven,
great, thanks. This works now and allows to produce lists for stuff like display_text.
Thomas.
|
|