That did it! Thanks. I also needed zlib, I think? Rick
On Dec 25, 1:15 pm, Jarek Zgoda <[email protected]> wrote: > Wiadomość napisana w dniu 2008-12-25, o godz. 13:50, przez Rick Dooling: > > > django.core.exceptions.ImproperlyConfigured: Error loading sqlite3 > > module: No module named _sqlite3 > > > I'm running sqlite3 fine and also using Python to access it from the > > command line, but Django is not seeing it for some reason. Am I > > missing a link? > > You need also py25-sqlite3 and (surprisingly) py25-hashlib to have > sqlite backend working on OS X. > > -- > We read Knuth so you don't have to. - Tim Peters > > Jarek Zgoda, R&D, Redefine > [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

