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