On Oct 1, 2008, at 3:29 AM, ddarko wrote:

>
> hey
> i got problem with pylons.decorators.cache in pylons
> 0.9.7rc2dev-20081001 (and any 0.9.7)
> send my traceback on 
> http://beta.pylonshq.com/tracebacks/58754eff-f1bd-4e3d-be39-398161992fac
>
> @beaker_cache(expire=60*60*2, type='memory')
> def get_woj_list():
>       # some actions..

The problem is you're calling @beaker_cache on a function whereas it's  
built to only handle methods (like controller methods).

We may be able to resolve that, could you please log a ticket about  
this? Thanks

--
Philip Jenvey



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

Reply via email to