[issue3467] sqlite3 path is hard coded in setup.py

Eric L. Frederich report at bugs.python.org
Tue Jul 29 22:42:59 CEST 2008


New submission from Eric L. Frederich <eric.frederich at gmail.com>:

In setup.py, the paths that it searches for sqlite in is hard coded in a
list sqlite_inc_paths.

This should also search any path in either $PATH or $LD_LIBRARY_PATH.

This is necessary for non-default installations of sqlite for users
without root access, or for those with root access that have multiple
versions installed in different locations.

----------
components: Installation
messages: 70411
nosy: ericfrederich
severity: normal
status: open
title: sqlite3 path is hard coded in setup.py
type: compile error
versions: Python 2.5

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


More information about the Python-bugs-list mailing list