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 wiget
Recipients
Date 2003-10-22.16:25:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There is no method to pass information about include
dirs to swig.
Some extension modules (eg M2Crypto) sugest change
distutils sources to compile it.
I write this patch to avoid changing distutils for all
swinged extensions.
Simply autor of extension may add 
swig_include_dirs = ['strangedir', 'verystrangedir']
to Extension() definition.
History
Date User Action Args
2007-08-23 15:29:38adminlinkissue828336 messages
2007-08-23 15:29:38admincreate