Saturday, 12 October 2019

Controlling Python Version from ArcGIS?


I am writing a VB.net console application that calls ArcGIS Desktop 10.1 ArcToolbox geoprocessing tools from my code. Some of these tools use Python syntax and I am encountering a problem that I suspect is caused by conflicting architectures. Is there a way to control which version of Python that ArcGIS uses?



  • System: 64 bit Windows 8.1

  • ArcGIS: 32 bit ArcGIS 10.1 Service Pack 1

  • Python: Both 32 and 64 bit versions installed (latter from ESRI's background processing download)

  • My App: 32 bit VB.net (not Any CPU) console application.





No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...