Django

Code

Ticket #5637 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Python 2.5.1 users don't need to install sqlite neither pysqlite

Reported by: Márcio Moreira <arqeco@yahoo.com.br> Assigned to: mboersma
Milestone: Component: Documentation
Version: SVN Keywords: sqlite
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

5637.diff (0.8 kB) - added by mboersma on 10/01/07 11:02:26.
Clarifies SQLite support in Python 2.5

Change History

09/28/07 19:55:46 changed by Márcio Moreira <arqeco@yahoo.com.br>

  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

10/01/07 11:02:26 changed by mboersma

  • attachment 5637.diff added.

Clarifies SQLite support in Python 2.5

10/01/07 11:02:57 changed by mboersma

  • owner changed from nobody to mboersma.
  • status changed from new to assigned.
  • has_patch set to 1.
  • stage changed from Unreviewed to Ready for checkin.

10/20/07 05:37:33 changed by mtredinnick

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [6559]) Fixed #5637 -- Clarified that nothing extra is required when using SQLite and Python 2.5. Based on a patch from Matt Boersma.


Add/Change #5637 (Python 2.5.1 users don't need to install sqlite neither pysqlite)




Change Properties
Action