Addin Objects in Python Interpreter Window

3604
1
03-31-2014 11:28 AM
JodyMacEachern1
New Contributor
Hi:

I created an add in that found the unique values in a field and listed the output to the python window. At 10.0 I could access the objects from the addin in the Python window; at 10.2.1 this is no longer the case.

For example, the addin was called listunique, and the unique values were stored in a Python list called unique. After running the addin I could use access that list in the Python window as
listunique.unique
.

Is there any way to make the objects from an addin accessible in the Python window?

Thanks,
Jody
Tags (2)
0 Kudos
1 Reply
ChadChurchill
New Contributor II

I encountered this same scenario today when I switched from 10.1 to 10.3. Did you ever find a solution to this?

Thanks,

Chad

0 Kudos