Django Book 翻译
菜单>:
TOC
返回
原文:
If youre using a Python version over 2.5, you already have SQLite. If youre working with Python 2.4 or older, youll need SQLite 3 not version 2from `http://www.djangoproject.com/r/sqlite/`_ and the ``pysqlite`` package from `http://www.djangoproject.com/r/python-sqlite/`_. Make sure you have ``pysqlite`` version 2.0.3 or higher.
翻译:
如果使用 2.5 及更高版本的 Python ,你无需再安装 SQLite 。但如果使用的是 2.4 或者更低版本的 Python,你所需要的 SQLite 3 不是从 `http://www.djangoproject.com/r/sqlite/`_ 下载到的版本 2 以及从 `http://www.djangoproject.com/r/python-sqlite/`_ 下载 ``pysqlite`` 。必须确保使用的是 2.0.3 或者更高版本的 ``pysqlite`` 。
备注:
译者: