On Oct 2, 2009, at 1:17 PM, Dan06 wrote:

>
> I started pylons today and I'm following along with the pylons book.
> I'm trying to render a simple template but continue to get: OSError:
> [Errno 13] Permission denied: '/var/pylons_projects/bin/HelloWorld/
> data'

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

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to