import arcpy print(arcpy.GetInstallInfo()['Version']) 和获得ArcGIS版本和安装位置 import arcpy # Use the dictionary iteritems to iterate through # the key/value pairs from GetInstallInfo d = arcpy.GetInstallInfo() for key, value in d.iteritems(): # Print a form…
----Please wait while Windows installer configures ArcGIS Desktop Error Message错误信息 When launching ArcMap or ArcCatalog the Windows MSI installer launches and tries to repair the ArcGIS Desktop installation. The following message displays: "Please wa…