this is my error code:
text = open('/media/a.txt', 'rb').read()
and my perplexed is:
when i use this :
text = open('a.txt', 'rb').read()
it can be running
but when i put the 'a.txt' to the 'media' folder, i can't running ,
why ?
thanks
IOError at /
[Errno 13] file not accessible: '/media/a.txt'