You didn't find your file. You're trying to read /pages at the root of the filesystem, and you don't have permission to read anything above your application directory. The error isn't telling you that you don't have permission to read it, it's that you don't even have permission to check for its existence.
On Nov 8, 5:20 am, warlock24 <[email protected]> wrote: > I found my file :D > > but got another problem :/ > > pageContent = open(pageUrl, 'r').read() > IOError: [Errno 13] Permission denied: '/pages/home.html' > > how do i set file permissions? Something i must do in YAML file? > > On 8 Lis, 02:29, OvermindDL1 <[email protected]> wrote: > > > I would think that would work, but I cook everything in myself; you > > might just try using a relative directory access instead of absolute, > > I have heard that works best in GAE. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
