Opened 17 years ago
Closed 17 years ago
#5637 closed (fixed)
Python 2.5.1 users don't need to install sqlite neither pysqlite
Reported by: | Owned by: | Matt Boersma | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | sqlite | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Friends,
I had a tough time trying to install django since I am on a Mac and had previously installed Python 2.5.1.
Well, Python 2.5.1 already comes with sqlite and doesn't need pysqlite anymore. I didn't knew that because I never needed to use sqlite (or sql) before trying to install Django.
Django install guide says that (if I choose sqlite as my database) I have to install sqlite and pysqlite.
So I tried...
To install sqlite on Mac you need to install apple developer tools (almost 1 Gb download) to have a compiler. Another surprise was when I discovered that sqlite comes preinstalled on Mac OS X 10.4 Tiger... So I tried to install pysqlite but, after many hours, I finally figured that I already had sqlite+pysqlite all the time (since I installed Python 2.5.1).
Well, I just ask you to say on http://www.djangoproject.com/documentation/install/ that you don't need to install sqlite neither pysqlite if you have installed Python 2.5.1 on your machine.
Thank you,
Márcio
Attachments (1)
Change History (4)
comment:1 by , 17 years ago
by , 17 years ago
comment:2 by , 17 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Clarifies SQLite support in Python 2.5