loading
 
Another way to crash Python 2.x script implementation?
Thomas Wagner from Germany  [51 posts]
9 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)
Steven Gentner from United States  [1446 posts] 9 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] 9 year
STeven,

great, thanks. This works now and allows to produce lists for stuff like display_text.

Thomas.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index