New submission from Santiago Castro:

When installing Python (for example, version 3.5.2), if SQLite library and 
headers are not installed in a default location (like $HOME/.local/include 
instead of /usr/include), it should take it from there, and not fail to find 
it. This behavior does work with bz2 library and OpenSSL, but not with SQLite.

----------
components: Extension Modules
messages: 276983
nosy: Santiago Castro
priority: normal
severity: normal
status: open
title: SQLite headers are not
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28207>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to