Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Addin Objects in Python Interpreter Window

$
0
0
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
Code:

listunique.unique
.

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

Thanks,
Jody

Viewing all articles
Browse latest Browse all 2485

Trending Articles