Python 3.4.1 script syntax error, arcpy &
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am used to working in python 2.7 so there was some new things like the print function being different. So excuse my ignorance. I am also pretty new to programming. So here is my script, I keep getting errors that highlight some commas or spaces and saying there is a SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 16-17: malformed \N character escape Code: import arcpy print("mosaic to new raster starting!") env.workspace = "F:\GDAL" arcpy.env.pyramid = "NONE" arcpy.env.rasterStatistics = "NONE" arcpy.env