私はディレクトリを持っています/project/my_name/
ファイルを作成する必要があります/project/my_name
だが :
with open(filename, 'w') as outfile:
outfile.write(my_content)
高めるIOError: [Errno 21] Is a directory: u'/project/my_name'
何か助けはありますか?
私はディレクトリを持っています/project/my_name/
ファイルを作成する必要があります/project/my_name
だが :
with open(filename, 'w') as outfile:
outfile.write(my_content)
高めるIOError: [Errno 21] Is a directory: u'/project/my_name'
何か助けはありますか?