<p>Hello.</p>
<p>I make the following data from the "Python Shell" in "Programmable Source"</p>
<p>In the "Python Shell" I write the following:&nbsp;</p>
<p>src=ProgrammableSource()</p>
<p>src.add_attribute('MyArray',[1,2,3])</p>
<p>Show()</p>
<p>In the ProgrammableSource Script I write the following:</p>
<p>array=self.MyArray</p>
<p>print array</p>
<p>######</p>
<p>Result:</p>
<p style="margin-bottom: 0px;"><span style="font-family: 'Courier'; font-size: 8.25pt; color: #800000;">Traceback (most recent call last):</span></p>
<p style="margin-bottom: 0px;"><span style="font-family: 'Courier'; font-size: 8.25pt; color: #800000;"> File "&lt;string&gt;", line 24, in &lt;module&gt;</span></p>
<p style="margin-bottom: 0px;"><span style="font-family: 'Courier'; font-size: 8.25pt; color: #800000;"> File "&lt;string&gt;", line 2, in RequestData</span></p>
<p style="margin-bottom: 0px;"><span style="font-family: 'Courier'; font-size: 8.25pt; color: #800000;">AttributeError: Array</span></p>
<p style="margin-bottom: 0px;">How to pass an array between the two interpreters?</p>
<div id="editor_compose_signature">
<p>.</p>
</div>