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

automatic import MyAddinName_addin to enable interaction in python window

$
0
0
I found out that I can interact with a python add-in using the Geoprocessing > Python window by importing the add-in:
Code:

import MyAddinName_addin
Is it possible to build this into the python add-in code so it automatically runs this line when ArcGIS starts and the add-in is initialized?

Viewing all articles
Browse latest Browse all 2485

Trending Articles