[pygr-notify] [pygr] r248 commited - Added information about the "setuptools+Python-2.3" problem.

codesite-noreply at google.com codesite-noreply at google.com
Mon Jul 27 16:26:03 PDT 2009


Revision: 248
Author: marecki
Date: Mon Jul 27 16:25:24 2009
Log: Added information about the "setuptools+Python-2.3" problem.
http://code.google.com/p/pygr/source/detail?r=248

Modified:
  /wiki/BuildingAndTestingPygr.wiki

=======================================
--- /wiki/BuildingAndTestingPygr.wiki	Tue May 19 19:57:29 2009
+++ /wiki/BuildingAndTestingPygr.wiki	Mon Jul 27 16:25:24 2009
@@ -92,3 +92,12 @@
  Note that the test suite will abort if it cannot find appropriate files  
locally, _i.e._ in either the _build_ subdirectory or in place - even if  
the very same version of Pygr is already present in Python path. This  
happens by design to avoid version mismatches between Pygr and the test  
suite.

  Running the tests will display some information pertaining to their  
progress, followed by a summary. If everything is right, all tests should  
pass. Depending of what optional components are present in your system you  
may observe some test suites having been skipped.
+
+
+== Known Issues ==
+
+ * The setup script fails to invoke Pyrex correctly under Python 2.3 if  
setuptools are installed. Specifically, the following condition must be met  
for this bug to trigger:
+  * building Pygr for Python 2.3;
+  * setuptools are installed and get imported correctly;
+  * Pyrex-generated .c files are not present _or_ are older than  
respective .pyx files.
+This appears to be a bug in setuptools; we have confirmed it to be present  
in version 0.6c9 of the package. Note that this problem should not affect  
users installing packaged releases of Pygr, as these are shipped with  
pre-built .c files and thus do not invoke Pyrex.



More information about the pygr-notify mailing list