On Oct 2, 5:40 pm, Philip Jenvey <[email protected]> wrote: > Pylons sets mako and Beaker to write out its data to the data/ > directory in the root directory of your Pylons project. Obviously you > don't have permissions to write to it for whatever reason. Fix the > permissions problem or change the directory used in the ini file. > > -- > Philip Jenvey
I went through the error stack and noticed that the program was trying to create the 'data' directory; I didn't understand why while rendering the template it was trying to create the 'data' directory. Thanks for the explanation. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
