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, loewis
Date 2008-07-30.15:48:12
SpamBayes Score 0.066093214
Marked as misclassified No
Message-id <1217432894.22.0.918555389994.issue3467@psf.upfronthosting.co.za>
In-reply-to
Content
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(':')])
History
Date User Action Args
2008-07-30 15:48:14ericfrederichsetrecipients: + ericfrederich, loewis
2008-07-30 15:48:14ericfrederichsetmessageid: <1217432894.22.0.918555389994.issue3467@psf.upfronthosting.co.za>
2008-07-30 15:48:13ericfrederichlinkissue3467 messages
2008-07-30 15:48:12ericfrederichcreate