[Python-Dev] make install failing with current cvs
Jack Jansen
Jack.Jansen@cwi.nl
Fri, 17 Jan 2003 14:49:03 +0100
Make install has started failing on me with the current CVS tree. The
problem is that I have various third-party packages installed in
site-python that have inconsistent tab usage (PyOpenGL and Numeric are
two of the more popular ones). The compileall step gets TabError
exceptions for these files, and this causes it to finally exiting with
a non-zero exit status.
I think either compileall should skip site-packages, or it should at
least not abort the install if there are compile errors there.
I've looked around and I think patch 661719 has something to do with
this, but I'm not sure.
--
Jack Jansen, <Jack.Jansen@cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman