I am having issues iterating or writing to ghenv.Component Objects

Hello. I have run into another issue attempting to write to gh.Kernel.Special.GH_ValueList.

The image shows the result of attempting to read the gh component list and match type and name, which both fail… This code worked fine in Rhino7.

I have also tried it in both Py2 and 3, with the same results. I have also run into issues downstream where components are stuck with the error → "OldInstance’ object is not iterable.

Thanks for any help.

I found that one can only pass Python Class Objects between script components using the same Python version (2 or 3)

Filtering my ignorance one line at a time.