[Baypiggies] Python & Django: No module named _sqlite3

Michael Pittaro mikeyp at lahondaresearch.org
Mon Aug 16 21:03:16 CEST 2010


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20100816/9f173e0b/attachment.html>


More information about the Baypiggies mailing list