[Baypiggies] Python & Django: No module named _sqlite3

William Deegan bdbaddog at gmail.com
Mon Aug 16 21:47:25 CEST 2010


All,

If you modify setup.py around line 973, you can add the include path for
your install of sqlite.
Do that , make distclean, and then do configure, make, make test.
I'm surprised there's no flag for configure to point to it.

-Bill

On Mon, Aug 16, 2010 at 12:03 PM, Michael Pittaro <
mikeyp at lahondaresearch.org> wrote:

> When building Python from source, I have developed the habit of running the
> tests after the build
>
> > ./configure ....
> > make
> > make test
>
> The test output will tell you which modules weren't built, and which test
> skips were unexpected.
>
> I think Simeon was going in the right direction; the sqlite modules
> probably didn't build because the development headers are missing.
>
>
>
>
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20100816/8a379bd9/attachment.html>


More information about the Baypiggies mailing list