Comment on Need help!: Python [Errno 13] Permission denied: 'artsciimg.png'Comments−mr_timppa12yU should check your server rights were you are writing image. Is there write permission (-rw-rw-r--). Check it like command ls -l your/directory. If not add chmod a+r your/directory
Comments
U should check your server rights were you are writing image. Is there write permission (-rw-rw-r--). Check it like command ls -l your/directory. If not add chmod a+r your/directory