| 69 | | bindings. They're in a single Python module, memcache.py, available at |
|---|
| 70 | | ftp://ftp.tummy.com/pub/python-memcached/ . If that URL is no longer valid, |
|---|
| 71 | | just go to the Memcached Web site (http://www.danga.com/memcached/) and get the |
|---|
| 72 | | Python bindings from the "Client APIs" section. |
|---|
| | 69 | bindings. Two versions of this are available. Choose and install *one* of the |
|---|
| | 70 | following modules: |
|---|
| | 71 | |
|---|
| | 72 | * The fastest available option is a module called ``cmemcache``, available |
|---|
| | 73 | at http://gijsbert.org/cmemcache/ . (This module is only compatible with |
|---|
| | 74 | the Django development version. Django 0.96 is only compatible with the |
|---|
| | 75 | second option, below.) |
|---|
| | 76 | |
|---|
| | 77 | * If you can't install ``cmemcache``, you can install ``python-memcached``, |
|---|
| | 78 | available at ftp://ftp.tummy.com/pub/python-memcached/ . If that URL is |
|---|
| | 79 | no longer valid, just go to the Memcached Web site |
|---|
| | 80 | (http://www.danga.com/memcached/) and get the Python bindings from the |
|---|
| | 81 | "Client APIs" section. |
|---|