ImportError: No module named memcache
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
没有找到windows下的memcache,我们就用linux下的包来安装
先下载memcache linux下的安装包
ftp://ftp.tummy.com/pub/python-memcached/python-memcached-latest.tar.gz
地址从 这里 找到的
windows 下:
rar解压后文件夹下有
setup.py
memcache.py
memcache.pyc
启动cmd,cd到setup.py所在目录
执行下面的命令
python setup.py install
linux:
rz上传到自己的目录
tar zxf python-memcached-latest.tar.gz
解压后多出一个文件夹: python-memcached-1.53
cd python-memcached-1.53
python setup.py install
之后就自动安装了
然后就可以使用memcache,就这么easy




A beautiful web dashboard for Linux
最近提交(Master分支:17 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)