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.
出力が .txt ファイルである ArcGIS 10.1 の python ツールがありますが、ツールを実行するたびに、次の行でアクセス許可エラーが発生します。
filename = 'test.txt' o = open(filename, 'w') #<---
ディレクトリにその名前の既存のファイルはありません。ツールの arcgis 側に含める必要がある権限はありますか?