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 p in os.environ.get('PATH', '').split(':')]) _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3467> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com