def magic(usrInput):
.
.
.
im = Image.new("RGB",(x,y))
for j in range(y):
for i in range(x):
..
.
im.save("artsciimg.png")
#End of codeAnd the error says: "[Errno 13] Permission denied: 'artsciimg.png'"
My local PC is running on Windows, and my server is on Ubuntu. I really need to know what's going on, the project is due in less than 36 hours :(