[issue5521] sqlite3.h missing

2009-03-19 Thread Matt Mendell

New submission from Matt Mendell matthew.mend...@gmail.com:

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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5521
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5521] sqlite3.h missing

2009-03-19 Thread Benjamin Peterson

Benjamin Peterson benja...@python.org 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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5521
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com