Search found 1 match

by yaseen
Tue Nov 01, 2016 2:40 pm
Forum: ESP8266 boards
Topic: File Permission issues - OSError: [Errno 13] EACCES
Replies: 7
Views: 13235

File Permission issues - OSError: [Errno 13] EACCES

Hi, It seems like micropython doesn't have access to create a file, Please help me out [code] >>> f=open("main.py","w") Traceback (most recent call last): File "<stdin>", line 1, in <module> OSError: [Errno 13] EACCES >>> os.listdir() ['\x00\x00\x00\x00\x00\x00\x00\x00.\x00\x00\x00',...................