Mod_Python and Eggs

2008-04-02 Thread JLathem
The first time I boot my server and view my django app I get the following message === ExtractionError: Can't extract file(s) to egg cache The following error occurred while trying to extract file(s) to the Python egg

Re: Caching when caching is disabled

2007-12-07 Thread JLathem
Karen, Thanks for your help. That was just a simplified example to show my point but your suggestion was the problem I was facing. Jon On Dec 7, 11:54 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Dec 6, 2007 1:43 PM, JLathem <[EMAIL PROTECTED]> wrote: > &

Caching when caching is disabled

2007-12-06 Thread JLathem
I have a template that extends another. Each template have variables in them. When the variable in the parent template changes the HTML is not updated. That is to say, a variable in the parent page is set to X I view the page for the first time and I see X. The vale of the variable changes to