This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ericfrederich
Recipients ericfrederich
Date 2008-07-29.20:42:56
SpamBayes Score 0.053331874
Marked as misclassified No
Message-id <1217364179.14.0.826018983626.issue3467@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-07-29 20:42:59ericfrederichsetrecipients: + ericfrederich
2008-07-29 20:42:59ericfrederichsetmessageid: <1217364179.14.0.826018983626.issue3467@psf.upfronthosting.co.za>
2008-07-29 20:42:57ericfrederichlinkissue3467 messages
2008-07-29 20:42:57ericfrederichcreate