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

2008-07-30 Thread Eric L. Frederich
Eric L. Frederich <[EMAIL PROTECTED]> added the comment: If we put the following one liner right after sqlite_inc_paths is defined it will add include directories based on the PATH environment variable. sqlite_inc_paths.extend([re.sub('/bin[/]?$', '/include', p) for

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

2008-07-29 Thread Eric L. Frederich
New submission from Eric L. Frederich <[EMAIL PROTECTED]>: 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