Ich habe ein Problem beim programmgesteuerten Importieren einer MXD-Datei in ArcGIS Pro. Ich versuche dies mit dem folgenden arcpy.mp-Code zu tun: import arcpy aprx = arcpy.mp.ArcGISProject(r"C:\test\blank.aprx") aprx.importDocument(r"C:\test.mxd) aprx.saveACopy(r"C:\test\filled.aprx") Wenn ich...