On 8/13/07, TheMaTrIx <[EMAIL PROTECTED]> wrote: > Neither of these apps has any kind of information on their sites or in > the archives on how you can install those modules so you can enable > memcached in the django config. They seem to think that everyone knows > everything about Python or something ...
To be fair, you're trying to use a python library; it's reasonable to assume you know how to use python. Do you think every library should explain the same stuff every time? You should go read the python tutorial: http://docs.python.org/tut/ But if you're impatient: wget ftp://ftp.tummy.com/pub/python-memcached/python-memcached-1.38.tar.gz tar xfz python-memcached-1.38.tar.gz cd python-memcached-1.38 sudo python setup.py install --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

