Re: no module named _sqlite3 on Mac OS X

2008-12-26 Thread Rick Dooling

That did it!  Thanks.  I also needed zlib, I think?

Rick

On Dec 25, 1:15 pm, Jarek Zgoda  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, Redefine
> jarek.zg...@redefine.pl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: no module named _sqlite3 on Mac OS X

2008-12-25 Thread Jarek Zgoda

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, Redefine
jarek.zg...@redefine.pl


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: no module named _sqlite3 on Mac OS X

2008-12-25 Thread Kenneth Gonsalves

On Thursday 25 Dec 2008 6:20:18 pm Rick Dooling wrote:
> and can create projects etc.  Using Holovaty and Kaplan-Moss book,

that book deals with django .96 not with latest svn

-- 
regards
KG
http://lawgon.livejournal.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---