[Python-Dev] make install failing with current cvs (original) (raw)

Martin v. L�wis martin@v.loewis.de
20 Jan 2003 09:39:16 +0100


Guido van Rossum <guido@python.org> writes:

Would this work?

I think not: During installation, compileall is invoked with �(LIBDEST), so compile_path isn't used. What might work is to write

-x "badsyntax|site-packages"

in Makefile.pre.in to skip compilation.

Regards, Martin