码迷,mamicode.com
首页 > 数据库 > 详细

django之sqlite3常见错误

时间:2015-12-04 15:02:03      阅读:622      评论:0      收藏:0      [点我收藏+]

标签:django sqlite3常见错误

执行命令python manage.py runserver 8000时提示如下错误:

django.core.exceptions.ImproperlyConfigured: Error loading either pysqlite2 or sqlite3 modules (tried in that order): No module named _sqlite3

解决方法如下:

wget http://pysqlite.googlecode.com/files/pysqlite-2.6.3.tar.gz
tar zxvf pysqlite-2.6.3.tar.gz
cd pysqlite-2.6.3

python setup.py  install


本文出自 “菜鸟中的战斗机” 博客,请务必保留此出处http://linushai.blog.51cto.com/4976486/1719487

django之sqlite3常见错误

标签:django sqlite3常见错误

原文地址:http://linushai.blog.51cto.com/4976486/1719487

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!