[Python-checkins] r52755 - python/branches/release25-maint/README

georg.brandl python-checkins at python.org
Wed Nov 15 18:42:07 CET 2006


Author: georg.brandl
Date: Wed Nov 15 18:42:07 2006
New Revision: 52755

Modified:
   python/branches/release25-maint/README
Log:
Bug #1594809: add a note to README regarding PYTHONPATH and make install.
 (backport from rev. 52754)

Modified: python/branches/release25-maint/README
==============================================================================
--- python/branches/release25-maint/README	(original)
+++ python/branches/release25-maint/README	Wed Nov 15 18:42:07 2006
@@ -223,6 +223,11 @@
 available for all modern systems, either in the form of updated
 compilers from the vendor, or one of the free compilers (gcc).
 
+If "make install" fails mysteriously during the "compiling the library"
+step, make sure that you don't have any of the PYTHONPATH or PYTHONHOME
+environment variables set, as they may interfere with the newly built
+executable which is compiling the library.
+
 Unsupported systems
 -------------------
 


More information about the Python-checkins mailing list