JamesRamm / archook

Searches the system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings)
GNU General Public License v2.0
81 stars 28 forks source link

Update for ArcGIS Pro? #14

Closed blah238 closed 4 years ago

blah238 commented 6 years ago

First, thanks for not only creating this but putting it up on PyPi, it's been very helpful!

Just wondering if you or anyone else has attempted to update this to work with ArcGIS Pro or if there are any suggestions for an alternative.

My use case is to allow a standalone executable (created with PyInstaller) to access arcpy via ArcGIS Pro's default Conda environment. I already have a runtime hook that works for ArcGIS Desktop.

Since there is a likelihood that both Desktop and Pro will be installed on the target machine(s) a separate function (or an argument) for specifying the desired version would probably be a good idea.