[issue4158] compilation of sqlite3 fails

Brett Cannon report at bugs.python.org
Tue Oct 21 19:18:57 CEST 2008


Brett Cannon <brett at python.org> added the comment:

Looks like sqlite3 was not compiled for you. To verify, run ``make``
again and note what modules it lists at the very end as not built. I bet
it lists sqlite3 there.

----------
nosy: +brett.cannon
title: import of sqlite3 fails -> compilation of sqlite3 fails
type: crash -> compile error

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4158>
_______________________________________


More information about the Python-bugs-list mailing list