[issue5521] sqlite3.h missing

2009-03-19 Thread Benjamin Peterson
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 __

[issue5521] sqlite3.h missing

2009-03-19 Thread Matt Mendell
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