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 skrah
Recipients Alex.Willmer, skrah, yan12125
Date 2016-04-09.19:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460230517.26.0.837362383255.issue26723@psf.upfronthosting.co.za>
In-reply-to
Content
In any case:  It is not uncommon that some C module does not build.

You can disable modules in setup.py:

  # This global variable is used to hold the list of modules to be disabled.
  disabled_module_list = []
History
Date User Action Args
2016-04-09 19:35:17skrahsetrecipients: + skrah, Alex.Willmer, yan12125
2016-04-09 19:35:17skrahsetmessageid: <1460230517.26.0.837362383255.issue26723@psf.upfronthosting.co.za>
2016-04-09 19:35:17skrahlinkissue26723 messages
2016-04-09 19:35:17skrahcreate