On Thu, Jun 11, 2009 at 6:26 AM, Graham Higgins <gjhigg...@googlemail.com>wrote:

>
> But I /did/ manage to get @cache.cache to work by supplying a
> data_dir:
>
> @cache.cache('foobar2', type='file',
>    data_dir='./data/cache',
>    expire=3600)
>

Yes, looks like the problem is that the data_dir setting from teh ini file
is being ignored.. is possible to use
datadir=pylons.config.whateverthatidontremember['data_dir'] but this is not
clean ;)


-- 
[]'
- Walter
waltercruz.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to