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 jlvandenhout
Recipients dstufft, eric.araujo, jlvandenhout
Date 2019-06-12.12:11:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560341496.09.0.819646109086.issue37247@roundup.psfhosted.org>
In-reply-to
Content
Currently when building an extension which lists a SWIG interface (.i) file as a source file, SWIG creates the files correctly in the build_ext command. Unfortunately this command is run after the build_py command, so the python files (.py) created in the build_ext command are never copied to the installation.
To fix this, swap build_ext and build_py commands in the sub_commands attribute of the build command.
History
Date User Action Args
2019-06-12 12:11:36jlvandenhoutsetrecipients: + jlvandenhout, eric.araujo, dstufft
2019-06-12 12:11:36jlvandenhoutsetmessageid: <1560341496.09.0.819646109086.issue37247@roundup.psfhosted.org>
2019-06-12 12:11:36jlvandenhoutlinkissue37247 messages
2019-06-12 12:11:35jlvandenhoutcreate