[google-appengine] Re: IOError: [Errno 13] Permission denied when trying to read an /assets file

2009-10-30 Thread Wooble
You're starting the file path with /, which is trying to read from the root of the filesystem. On Oct 30, 1:12 am, Gezim Hoxha hge...@gmail.com wrote: Hi everyone, I uploaded a file called 'Albanian-Hasan-Nahi-115.csv' into my / assets/ directory. I'm working on a wave robot, but the issue

[google-appengine] Re: IOError: [Errno 13] Permission denied when trying to read an /assets file

2009-10-30 Thread Gezim Hoxha
I removed the / and now I get: IOError: [Errno 2] No such file or directory: 'assets/Albanian-Hasan-Nahi-115.csv' Gezim Hoxha (aka Gizmo) http://www.gizmobooks.com -- buy/sell your textbooks On Fri, Oct 30, 2009 at 12:40 PM, Wooble geoffsp...@gmail.com wrote: You're starting the file path