Alright, this was my bad! It was a silly configuration error. Just in
case anyone else runs across this, I was using the pattern for local
settings files where you do...

try:
    from local_settings import *
else:
    pass

... doesn't work so well if you have a syntax error in local_settings,
and it's hard to notice! Live and learn.

Thanks everyone, vanilla Johnny-Cache is working for me on 1.3 now!

On Apr 4, 4:13 pm, Charlie Offenbacher <charles.offenbac...@gmail.com>
wrote:
> I read the docs (and the issues in their bug tracker), but my
> impression was that the main incompatibility with Django 1.3 is
> transactions, which we're not using.
>
> Thanks for the reply,
> ~Charlie
>
> On Apr 4, 4:24 am, Daniel Hilton <daniel.hil...@gmail.com> wrote:
>
>
>
>
>
>
>
> > On 4 April 2011 08:16, Charlie Offenbacher
>
> > <charles.offenbac...@gmail.com> wrote:
> > > Hi everyone!
>
> > > I'm try to install johnny-cache on Django 1.3. I literally followed
> > > the instructions here (http://packages.python.org/johnny-cache/#)
> > > exactly, using the memcached version.
>
> > > Evverything runs okay, but nothing gets cached at all when I telnet to
> > > memcached. When I used cache-machine, that worked fine, so I know my
> > > memcached installation works.
>
> > > Any suggestions on how to debug this problem?
>
> > > Thanks for your time!!
> > > ~Charlie
>
> > > --
> > > You received this message because you are subscribed to the Google Groups 
> > > "Django users" group.
> > > To post to this group, send email to django-users@googlegroups.com.
> > > To unsubscribe from this group, send email to 
> > > django-users+unsubscr...@googlegroups.com.
> > > For more options, visit this group 
> > > athttp://groups.google.com/group/django-users?hl=en.
>
> > If you read the docs (http://packages.python.org/johnny-cache/) on
> > pypi  there is a reference to the incompatibility and the cause of the
> > problem.
>
> > Cheers,
> > Dan
>
> > --
> > Dan Hilton
> > ============================www.twitter.com/danhiltonwww.DanHilton.co.uk
> > ============================

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

Reply via email to