Benjamin Peterson added the comment:
That's because it's trying to find the location of the sqlite3.h header
which the sqlite3 extension links to. That's part of sqlite, so it's no
included in Python.
--
nosy: +benjamin.peterson
resolution: -> invalid
status: open -> closed
__
New submission from Matt Mendell :
File sqlite3.h missing from Python-3.0.1.
setup.py looks for this file.
Is this intentional?
--
components: None
messages: 83831
nosy: mendell
severity: normal
status: open
title: sqlite3.h missing
type: compile error
versions: Python 3.0