[Python-checkins] distutils2: Add note to try to prevent test_build_ext failure if Python.h is not found

tarek.ziade python-checkins at python.org
Sat Oct 2 00:52:20 CEST 2010


tarek.ziade pushed 1f1c16ace447 to distutils2:

http://hg.python.org/distutils2/rev/1f1c16ace447
changeset:   715:1f1c16ace447
parent:      696:efe244b78376
user:        ?ric Araujo <merwok at netwok.org>
date:        Thu Sep 30 17:45:27 2010 +0200
summary:     Add note to try to prevent test_build_ext failure if Python.h is not found
files:       docs/source/devresources.rst

diff --git a/docs/source/devresources.rst b/docs/source/devresources.rst
--- a/docs/source/devresources.rst
+++ b/docs/source/devresources.rst
@@ -13,6 +13,9 @@
 ~~~~~~~~~~~~
 
 * unittest2
+* If your operating system splits core python and a python-dev (or -devel)
+  packages, install the dev package too: It contains header files needed by
+  tests.
 
 Issue Tracker
 ~~~~~~~~~~~~~

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list