Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ArcGIS 10.1 中有一个 python 工具,其中的输出是一个 .txt 文件,但是每当我运行该工具时,我都会在这一行得到一个权限错误:
filename = 'test.txt' o = open(filename, 'w') #<---
目录中没有具有该名称的现有文件。我需要在工具的 arcgis 端包含权限吗?