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 larsimmisch
Recipients
Date 2004-10-13.22:16:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch further improves SWIG support in distutils.

With this patch, both these idioms will work:

setup (name = "aculab",
       ext_modules = [Extension("._aculab, ['acu.i'],
                      swig_opts=['-modern'
'-I../include']])

and:

python setup.py build_ext --swig-opts="-modern
-I../include"

This patch extends and includes bug 1046404 from
Anthony Baxter:

http://sourceforge.net/tracker/index.php?func=detail&aid=1046404&group_id=5470&atid=105470
History
Date User Action Args
2007-08-23 14:26:41adminlinkissue1046644 messages
2007-08-23 14:26:41admincreate