You probably won't be able to get it to work with Pyramid; if you do... it will likely be messy.
I looked at the source, and it's trying to import the `cache` package from django and automatically use that. if it fails, it tries to use the flask version. looking at a few tickets, they seem to not want to use a configurable cache, and just import the already-set-up application cache. i opened a ticket suggesting they decouple themselves from the frameworks and offer an option like dogpile.cache, which can front memcached/redis/memory/etc -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
