#5637: Python 2.5.1 users don't need to install sqlite neither pysqlite -------------------------------------------------+-------------------------- Reporter: Márcio Moreira <[EMAIL PROTECTED]> | Owner: nobody Status: new | Component: Documentation Version: SVN | Keywords: sqlite Stage: Unreviewed | Has_patch: 0 -------------------------------------------------+-------------------------- 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 -- Ticket URL: <http://code.djangoproject.com/ticket/5637> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
